We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74ee7bb commit 3e38319Copy full SHA for 3e38319
1 file changed
scripts/lint-style.py
@@ -61,7 +61,7 @@
61
path = ROOT_DIR / filename
62
if errno == "ERR_MOD":
63
exceptions += [(ERR_MOD, path, None)]
64
- elif errno in ["ERR_LIN", "ERR_ADN", "ERR_NUM_LIN"]:
+ elif errno in ["ERR_COP", "ERR_LIN", "ERR_ADN", "ERR_NUM_LIN"]:
65
pass # maintained by the Lean style linter now
66
else:
67
print(f"Error: unexpected errno in style-exceptions.txt: {errno}")
0 commit comments