Skip to content

Commit 86d030a

Browse files
committed
clippy: Allow unknown lints, so that new versions don't break
1 parent 52db99e commit 86d030a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

run-ci.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,8 @@ def test(self) -> None:
207207
"--",
208208
"--deny",
209209
"warnings",
210+
"--allow",
211+
"unknown-lints",
210212
cwd=self.src_path,
211213
)
212214
tankerci.run(

0 commit comments

Comments
 (0)