Skip to content

Commit 5231898

Browse files
committed
chore(Linter/TextBased): remove dead code (#31800)
1 parent 17d529c commit 5231898

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

Mathlib/Tactic/Linter/TextBased.lean

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,6 @@ open Lean.Linter System
4242

4343
namespace Mathlib.Linter.TextBased
4444

45-
/-- Different kinds of "broad imports" that are linted against. -/
46-
inductive BroadImports
47-
/-- Importing the entire "Mathlib.Tactic" folder -/
48-
| TacticFolder
49-
/-- Importing any module in `Lake`, unless carefully measured
50-
This has caused unexpected regressions in the past. -/
51-
| Lake
52-
deriving BEq
53-
5445
/-- Possible errors that text-based linters can report. -/
5546
-- We collect these in one inductive type to centralise error reporting.
5647
inductive StyleError where

0 commit comments

Comments
 (0)