-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[INFRA] Add .lgtm.yml file for better usage of LGTM CI tool
Previous commit bb6065a from #853 does not work around the LGTM alert. We attempt to silence the LGTM alert using an lgtm.yml file, and use standard Flake8 noqa suppression comments to document the issue at hand.
- Loading branch information
1 parent
2050b32
commit 811e17e
Showing
2 changed files
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
# This file contains configuration for the LGTM tool: https://lgtm.com/ | ||
# The bids-specification repository is continuously scanned by the LGTM tool | ||
# for any security and/or code vulnerabilities. You can find the alert here: | ||
# https://lgtm.com/projects/g/bids-standard/bids-specification/ | ||
queries: | ||
# https://lgtm.com/rules/6770079/ | ||
- exclude: py/unused-import |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters