Skip to content

Commit 7d59cae

Browse files
committed
Merge branch 'tim/clippy_forward_compat' into 'master'
clippy: Allow unknown lints, so that new versions don't break See merge request TankerHQ/sdk-rust!38
2 parents 52db99e + 86d030a commit 7d59cae

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)