Disable documentation checks (for now)

This commit is contained in:
Thor77 2018-11-19 15:42:46 +01:00
parent c0839bb89e
commit 664cd4f6e6
1 changed files with 5 additions and 0 deletions

View File

@ -38,3 +38,8 @@ Metrics/BlockLength:
Exclude:
- "config/**/*.rb"
- "spec/**/*.rb"
# Disable documentation checks for now
# should be done with yard instead
Style/Documentation:
Enabled: false