Skip to content

Commit

Permalink
make scrutinizer-ci.com test working
Browse files Browse the repository at this point in the history
  • Loading branch information
KissPeter committed Oct 31, 2019
1 parent e803c09 commit c34d0f0
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
checks:
python:
typecheck_maybe_no_member: true
duplicate_code: true
code_rating: true
classes_valid_slots: true
basic_missing_reversed_argument: true

build:
nodes:
tests: true
analysis:
tests:
override:
-
command: pylint-run
use_website_config: true

0 comments on commit c34d0f0

Please sign in to comment.