Skip to content

Commit 866438a

Browse files
committed
Whoops, merge together lgtm.yml and .lgtm.yml
Also add ansible_mitogen/compat.
1 parent d9cc577 commit 866438a

File tree

2 files changed

+9
-418
lines changed

2 files changed

+9
-418
lines changed

.lgtm.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
path_classifiers:
2-
thirdparty:
3-
- "mitogen/compat/*.py"
2+
library:
3+
- "mitogen/compat"
4+
- "ansible_mitogen/compat"
5+
queries:
6+
# Mitogen 2.4 compatibility trips this query everywhere, so just disable it
7+
- exclude: py/unreachable-statement
8+
- exclude: py/should-use-with
9+
# mitogen.core.b() trips this query everywhere, so just disable it
10+
- exclude: py/import-and-import-from

0 commit comments

Comments
 (0)