Disable documentation checks (for now)
This commit is contained in:
parent
c0839bb89e
commit
664cd4f6e6
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue