Merge pull request #98 from Spredzy/improve_local_test

Discard .cache from linting and commiting
This commit is contained in:
Yanis Guenane
2021-02-16 14:55:29 +01:00
committed by GitHub
3 changed files with 6 additions and 0 deletions

View File

@@ -5,3 +5,4 @@ skip_list:
exclude_paths:
- deploy/
- .cache/

1
.gitignore vendored
View File

@@ -1 +1,2 @@
*~
.cache/

View File

@@ -1,5 +1,9 @@
---
extends: default
ignore: |
.cache/
rules:
truthy: disable
line-length: