Move Style/Documentation into the main config file
I don't think anyone intends to write documentation for the app
This commit is contained in:
parent
6f8966e7c1
commit
2722cc60be
2 changed files with 3 additions and 4 deletions
|
@ -61,6 +61,9 @@ Rails/SkipsModelValidations:
|
|||
Style/BracesAroundHashParameters:
|
||||
EnforcedStyle: context_dependent
|
||||
|
||||
Style/Documentation:
|
||||
Enabled: false
|
||||
|
||||
Style/FormatStringToken:
|
||||
EnforcedStyle: template
|
||||
|
||||
|
|
|
@ -174,10 +174,6 @@ Style/AsciiComments:
|
|||
Exclude:
|
||||
- 'test/models/message_test.rb'
|
||||
|
||||
# Offense count: 263
|
||||
Style/Documentation:
|
||||
Enabled: false
|
||||
|
||||
# Offense count: 27
|
||||
# Configuration parameters: EnforcedStyle.
|
||||
# SupportedStyles: annotated, template, unannotated
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue