Releases: ScopeLift/scopelint
Releases · ScopeLift/scopelint
v0.0.21
What's Changed
- Allow multiple public methods in scripts as long as there is at least one run method by @garyghayrat in #38
New Contributors
- @garyghayrat made their first contribution in #38
Full Changelog: v0.0.20...v0.0.21
v0.0.20
What's Changed
With #35 we introduce support // scopelint: <directive>
to disable the scopelint checks for certain lines of code. For now, to avoid introducing a config file, we only support comment-style directives:
// scopelint: disable-line
to disable the current line// scopelint: disable-next-line
to disable the below line// scopelint: disable-start
and// scopelint: disable-end
to disable regions- Use
// scopelint: disable-start
with no end to disable everything below it
- Use
// scopelint: disable-next-item
disables the next code item regardless of new lines
Note that these are for scopelint specific checks only, disabling forge fmt
checks still requires the // forgefmt: disable-*
commands
Note: The disable-next-item
does not always seem to work properly—need to debug further and fix in a future release, but the other directives should work as expected
Full Changelog: v0.0.19...v0.0.20
v0.0.19
v0.0.18
What's Changed
- feat(spec): support multifile test layouts, by @radeksvarz in #29
New Contributors
- @radeksvarz made their first contribution in #29
Full Changelog: v0.0.17...v0.0.18
v0.0.17
v0.0.16
v0.0.15
v0.0.14
What's Changed
New in v0.0.14
New in v0.0.13
These were included in v0.0.13 which was released, but not tagged on GitHub
- feat/test: more robust regexes, add tests by @mds1 in #12
- refactor/modules by @mds1 in #13
- add CLI tests by @mds1 in #14
- ci: update actions/checkout, enable fail-fast, nightly to stable by @mds1 in #15
Full Changelog: v0.0.12...v0.0.14