mirror of
https://github.com/nzbget/nzbget.git
synced 2025-12-23 14:17:43 -05:00
#604: fine tune LGTM config
This commit is contained in:
13
.lgtm.yml
13
.lgtm.yml
@@ -1,4 +1,17 @@
|
||||
# Configuration file for integration with http://lgtm.com
|
||||
|
||||
path_classifiers:
|
||||
library:
|
||||
# exclude these directories from default alerts report:
|
||||
- lib
|
||||
- webui/lib
|
||||
|
||||
extraction:
|
||||
cpp:
|
||||
configure:
|
||||
command:
|
||||
# compile with tests to activate scanning of C++ sources for tests
|
||||
- ./configure --enable-tests
|
||||
|
||||
queries:
|
||||
- exclude: js/incomplete-sanitization # this one gives false positives only and nothing useful
|
||||
|
||||
Reference in New Issue
Block a user