beeb/lintspec

Solidity NatSpec linter

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
working-directoryWorking directory path. Optional. Defaults to "./".no./
pathsPaths to scan, relative to the working directory, in square brackets and separated by commas. Optional. Example: '[src/to/file.sol,test]'no[]
excludePaths to exclude, relative to the working directory, in square brackets and separated by commas. Optional. Example: '[src/to/file.sol,test]'no[]
extra-argsExtra args to be passed to the lintspec command. Optional.no
versionVersion of lintspec to use. Optional. Defaults to "latest". Minimum supported version is `0.1.3`.nolatest
fail-on-problemWhether the action should fail when NatSpec problems have been found. Optional. Defaults to "true".notrue
namedescription
total-diagsThe total number of diagnostics found by lintspec
total-filesTotal number of files where a diagnostic was found by lintspec