We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aec41c commit f01a946Copy full SHA for f01a946
scripts/runLinter.lean
@@ -180,7 +180,7 @@ unsafe def runLinterOnModule (cfg : LinterConfig) (module : Name) : IO Unit := d
180
IO.println s!"-- Linting passed for {module}."
181
182
/--
183
-Usage: `runLinter [--update] [--trace | -v] [--no-build][Batteries.Data.Nat.Basic]...`
+Usage: `runLinter [--update] [--trace | -v] [--no-build] [Batteries.Data.Nat.Basic]...`
184
185
Runs the linters on all declarations in the given modules
186
(or all root modules of Lake `lean_lib` and `lean_exe` default targets if no module is specified).
0 commit comments