forked from LLNL/merlin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
lgtm.yml
25 lines (21 loc) · 1.34 KB
/
lgtm.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
##########################################################################################
# Customize file classifications. #
# Results from files under any classifier will be excluded from LGTM #
# statistics. #
##########################################################################################
##########################################################################################
# Use the `path_classifiers` block to define changes to the default classification of #
# files. #
##########################################################################################
path_classifiers:
test:
# Classify all files in the top-level directories tests/ as test code.
- exclude:
- tests
- merlin/examples
#########################################################################################
# Use the `queries` block to change the default display of query results. #
#########################################################################################
queries:
# Specifically hide the results of clear-text-logging-sensitive-data
- exclude: py/clear-text-logging-sensitive-data