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 authored and fbarroero committed Oct 2, 2024
1 parent 1d7bdcc commit fd7f902
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 fd7f902

Please sign in to comment.