Skip to content

Commit 77e1f68

Browse files
authored
Update solhint.js
1 parent 391f70e commit 77e1f68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solhint.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function init() {
1717
.option('-f, --formatter [name]', 'report formatter name (stylish, table, tap, unix)')
1818
.option(
1919
'-w, --max-warnings [maxWarningsNumber]',
20-
'number of allowed warnings to not trigger nonzero exit code'
20+
'number of allowed warnings'
2121
)
2222
.option('-c, --config [file_name]', 'file to use as your .solhint.json')
2323
.option('-q, --quiet', 'report errors only - default: false')

0 commit comments

Comments
 (0)