mirror of
https://github.com/leanprover/lean4.git
synced 2026-03-17 10:24:07 +00:00
- ignore unused variables in dep arrows - avoid negated options - make syntax stack generation more performant - make ignore functions more extensible - change message severity to `warning`
6 lines
101 B
Bash
Executable File
6 lines
101 B
Bash
Executable File
#!/usr/bin/env bash
|
|
source ../common.sh
|
|
|
|
exec_check lean -Dlinter.all=false --run "$f"
|
|
diff_produced
|