Update Tailor config

This commit is contained in:
Louis D'hauwe 2017-12-02 17:03:18 +01:00
parent 869fe7611d
commit 8b5b4d254d
2 changed files with 5 additions and 9 deletions

View File

@ -2,12 +2,5 @@ version: "2" # required to adjust maintainability checks
plugins: plugins:
tailor: tailor:
enabled: true enabled: true
checks: exclude_patterns:
forced-type-cast: - "*.md"
enabled: false
function-whitespace:
enabled: false
ratings:
paths:
- "**.swift"
exclude_paths: []

3
.tailor.yml Normal file
View File

@ -0,0 +1,3 @@
except:
- forced-type-cast
- function-whitespace