Skip to content

Commit e3ff821

Browse files
committed
fix bad merge
1 parent 3aea4f3 commit e3ff821

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

  • MathlibTest/DirectoryDependencyLinter

MathlibTest/DirectoryDependencyLinter/Test.lean

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@ import Mathlib.Init
77
import Qq
88
import 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
2323
set_option linter.style.header true in
2424

2525
/-!

0 commit comments

Comments
 (0)