refactor: consolidate linters#1830
Conversation
3f62d1e to
572905e
Compare
|
Mathlib CI status (docs):
|
|
This seems wrong. This is an environment linter, so belongs in |
|
This was indeed the start of a process to move all (syntax and environment) linters at the same place. The idea is that function takes precedence over implementation. However, I agree, there should be a discussion. |
|
Mathlib CI status (docs):
|
fda8525 to
ad4d752
Compare
|
Mathlib CI status (docs):
|
ad4d752 to
b4961a7
Compare
|
Mathlib CI status (docs):
|
|
Mathlib CI status (docs):
|
|
Mathlib CI status (docs):
|
|
Mathlib CI status (docs):
|
|
Mathlib CI status (docs):
|
|
Mathlib CI status (docs):
|
|
Mathlib CI status (docs):
|
|
Mathlib CI status (docs):
|
|
Mathlib CI status (docs):
|
|
Mathlib CI status (docs):
|
|
Mathlib CI status (docs):
|
|
Mathlib CI status (docs):
|
|
awaiting-review |
This PR proposes to consolidate all linters in
Batteries.Linters.Previously, environment linters were in
Batteries.Tactic.Lintand only syntax linters were inBatteries.Linters. The distinction is based on implementation instead of function.