lean4-htt/src/Lean/Linter
Kim Morrison fd4599fd7a
feat: add internal linter for List/Array/Vector variable names (#6966)
This PR adds an internal-use-only strict linter for the variable names
of `List`/`Array`/`Vector` variables, and begins cleaning up.
2025-02-06 04:49:21 +00:00
..
Basic.lean chore: deprecate := variants of inductive and structure (#5542) 2024-10-11 05:54:18 +00:00
Builtin.lean chore: add missing copyright headers (#3411) 2024-02-20 01:49:55 +00:00
ConstructorAsVariable.lean perf: do not lint unused variables defined in tactics by default (#5338) 2024-10-17 09:55:11 +00:00
Deprecated.lean feat: make "foo has been deprecated" warning be hoverable (#6273) 2024-12-01 19:12:42 +00:00
List.lean feat: add internal linter for List/Array/Vector variable names (#6966) 2025-02-06 04:49:21 +00:00
MissingDocs.lean chore: import cleanup in Init (#6522) 2025-01-04 04:13:13 +00:00
Omit.lean feat: omit (#5000) 2024-08-21 13:22:34 +00:00
UnusedVariables.lean feat: parity between structure instance notation and where notation (#6165) 2024-11-30 20:27:25 +00:00
Util.lean feat: improve unused section variable warning (#5036) 2024-08-22 10:18:09 +00:00