File tree Expand file tree Collapse file tree
MathlibTest/DirectoryDependencyLinter Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,19 +7,19 @@ import Mathlib.Init
77import Qq
88import Mathlib.Util.AssertExists
99
10- -- /--
11- -- warning: Module MathlibTest.DirectoryDependencyLinter.Test depends on Mathlib.Util.AssertExists,
12- -- but is only allowed to import modules starting with one of [ Mathlib.Lean ] .
13- -- Note: module Mathlib.Util.AssertExists is directly imported by this module
14- -- note: this linter can be disabled with `set_option linter.directoryDependency false`
15- -- -- -
16- -- warning: The module doc-string for a file should be the first command after the imports.
17- -- Please, add a module doc-string before `/-!# Tests for the `directoryDependency` linter
18- -- - /
19- -- `.
20- -- note: this linter can be disabled with `set_option linter.style.header false`
21- -- - /
22- -- #guard_msgs in
10+ /--
11+ warning: Module MathlibTest.DirectoryDependencyLinter.Test depends on Mathlib.Util.AssertExists,
12+ but is only allowed to import modules starting with one of [ Mathlib.Lean ] .
13+ Note: module Mathlib.Util.AssertExists is directly imported by this module
14+ note: this linter can be disabled with `set_option linter.directoryDependency false`
15+ ---
16+ warning: The module doc-string for a file should be the first command after the imports.
17+ Please, add a module doc-string before `/-!# Tests for the `directoryDependency` linter
18+ -/
19+ `.
20+ note: this linter can be disabled with `set_option linter.style.header false `
21+ -/
22+ #guard_msgs in
2323set_option linter.style.header true in
2424
2525/-!
You can’t perform that action at this time.
0 commit comments