Commit a7668f88 authored by Michal Čihař's avatar Michal Čihař

Add Scrutinizer configuration

Based on the one used on website.
Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 5e64022b
checks:
python:
code_rating: true
duplicate_code: true
tools:
pylint:
python_version: '2'
config_file: 'ci/pylint-scrutinizer.rc'
filter:
excluded_paths:
- '*/test/*'
- '*/migrations/*'
before_commands:
- pip install -r requirements.txt
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment