-
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 #19 from grafana/tweaks
small tweaks on checkers
- Loading branch information
Showing
2 changed files
with
30 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
k6lint `v0.3.1` is here 🎉! | ||
|
||
Tweaks in this release: | ||
|
||
## types checker | ||
|
||
Search for the `index.d.ts` file in the `api-docs` folder as well (not only in the `docs` and root folders). | ||
|
||
## smoke checker | ||
|
||
Search for the smoke test script in the `scripts` folder as well (not only in the `test`, `tests`, `examples` and root folder). | ||
|
||
## build checker | ||
|
||
The check should not fail if the module path of the extension is not included in the output of the version command. |