Skip to content

Commit

Permalink
Merge pull request github#17508 from paldepind/rust-consistency-queri…
Browse files Browse the repository at this point in the history
…es-pack

Rust: Add consistency-queries pack
  • Loading branch information
paldepind authored Sep 18, 2024
2 parents 485dc96 + 7c2b149 commit e43d39a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rust/ql/consistency-queries/Placeholder.ql
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from boolean b
where b = true and b = false
select b
5 changes: 5 additions & 0 deletions rust/ql/consistency-queries/qlpack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name: codeql/rust-consistency-queries
groups: [rust, test, consistency-queries]
dependencies:
codeql/rust-all: ${workspace}
warnOnImplicitThis: true

0 comments on commit e43d39a

Please sign in to comment.