-
Notifications
You must be signed in to change notification settings - Fork 190
/
Copy pathqodana.yaml
45 lines (45 loc) · 1.49 KB
/
qodana.yaml
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
version: "1.0"
profile:
name: qodana.recommended
include:
- name: CheckDependencyLicenses
- name: DjangoOrmInspection
- name: DuplicatedBlockNamesInspection
- name: DjangoIncompatibleInspection
exclude:
- name: All
paths:
- ghostwriter/api/tests
- ghostwriter/api/migrations
- ghostwriter/commandcenter/tests
- ghostwriter/commandcenter/migrations
- ghostwriter/home/tests
- ghostwriter/home/migrations
- ghostwriter/oplog/tests
- ghostwriter/oplog/migrations
- ghostwriter/reporting/tests
- ghostwriter/reporting/migrations
- ghostwriter/rolodex/tests
- ghostwriter/rolodex/migrations
- ghostwriter/shepherd/tests
- ghostwriter/shepherd/migrations
- ghostwriter/singleton/tests
- ghostwriter/singleton/migrations
- ghostwriter/status/tests
- ghostwriter/status/migrations
- ghostwriter/users/tests
- ghostwriterusers/migrations
- ghostwriter/static/tests
- ghostwriter/factories.py
- ghostwriter/context_processors.py
- ghostwriter/contrib
- name: PyAttributeOutsideInitInspection
- name: PyUnusedLocalInspection
- name: DjangoUnresolvedFilterInspection
- name: DjangoUnresolvedLoadInspection
- name: DjangoUnresolvedStaticReferenceInspection
- name: DjangoUnresolvedTagInspection
- name: DjangoUnresolvedTemplateReferenceInspection
- name: PyUnresolvedReferencesInspection
- name: PyInterpreterInspection
- name: PyProtectedMemberInspection