fix linting errors

fixes #41
This commit is contained in:
Frederik Schwan 2020-06-12 06:45:33 +02:00 committed by Sven-Hendrik Haase
parent dee6c8a610
commit 73b81ef4a1
No known key found for this signature in database
GPG key ID: 39E4B877E62EB915

View file

@ -1,4 +1,9 @@
exclude_paths:
- misc
skip_list:
# Ignore lines longer than 160 chars
- '204'
# Do not recommend running tasks as handlers
- '503'
# do not force galaxy info in meta/main.yml
- '701'