-
Notifications
You must be signed in to change notification settings - Fork 66
/
Copy path.lgtm.yml
25 lines (21 loc) · 935 Bytes
/
.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
##########################################################################################
# Use the `path_classifiers` block to define changes to the default classification of #
# files. #
##########################################################################################
path_classifiers:
# Define tutorials category
tutorials:
# Classify all files in the tutorials directory
- tutorial
#########################################################################################
# Use the `queries` block to change the default display of query results. #
#########################################################################################
queries:
- exclude:
tags:
- "tutorials"
id: "py/repeated-import"
- exclude:
tags:
- "tutorials"
id: "py/multiple-definition"