-
-
Notifications
You must be signed in to change notification settings - Fork 73
Expand file tree
/
Copy pathlgtm.yml
More file actions
30 lines (28 loc) · 594 Bytes
/
lgtm.yml
File metadata and controls
30 lines (28 loc) · 594 Bytes
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
26
27
28
29
30
path_classifiers:
test:
- test.py
queries:
# start by hiding the results of all queries
- exclude: "*"
# then include queries tagged 'security' and 'correctness' with 'error' severity
- include:
tags:
- "security"
- "correctness"
severity: "error"
extraction:
python:
python_setup:
requirements_files:
- requirements.txt
version: 3
index:
exclude:
- archive
- bin
- docs
- examples
- wip
- pkg_doc.py
- pyfixdoc.py
- sample.py