Skip to content

Commit

Permalink
chore(Tactic/Linter): do not import TextBased linter (#17187)
Browse files Browse the repository at this point in the history
`Mathlib.Tactic.Linter.TextBased` is only used by the script `lake exe lint-style` and therefore does not to be imported by Mathlib.
  • Loading branch information
joneugster committed Sep 30, 2024
1 parent 71a8921 commit dfc9235
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Mathlib/Tactic/Linter.lean
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@ This file is ignored by `shake`:
import Mathlib.Tactic.Linter.FlexibleLinter
import Mathlib.Tactic.Linter.HaveLetLinter
import Mathlib.Tactic.Linter.MinImports
import Mathlib.Tactic.Linter.TextBased

0 comments on commit dfc9235

Please sign in to comment.