Skip to content

Commit

Permalink
Make CodeQL ignore the files that LGTM ignored
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Nov 28, 2022
1 parent 1d59b33 commit 61e9b80
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
with:
languages: ${{ matrix.language }}
queries: +security-and-quality
config-file: codeql.yml

- name: Autobuild
uses: github/codeql-action/autobuild@v2
Expand Down
4 changes: 4 additions & 0 deletions codeql.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
paths-ignore:
- dandi/_version.py
- dandi/due.py
- versioneer.py

0 comments on commit 61e9b80

Please sign in to comment.