-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18 from grafana/14-prepare-v0.3.0
Prepare v0.3.0
- Loading branch information
Showing
5 changed files
with
53 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
k6lint `v0.3.0` is here 🎉! | ||
|
||
This version adds two new checkers to the linter: | ||
- **types checker** | ||
- **codeowners checker** | ||
|
||
Improvements: | ||
- The `examples` and `smoke` checks are skipped in the case of output extensions. | ||
|
||
## types checker | ||
|
||
The check is successful if there is TypeScript API declaration file with name `index.d.ts` in `docs` directory or in the base directory. | ||
|
||
## codeowners checker | ||
|
||
The check is successful if there is a `CODEOWNERS` file in one of the GitHub supported directories: `.github` or `docs` or base directory. | ||
|
||
The `codeowners` check is only executed if the `--official` flag is used (or if the `Official` API parameter is `true`). |