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:
Andy Allan 2019-12-18 15:34:11 +01:00
parent 6f8966e7c1
commit 2722cc60be
2 changed files with 3 additions and 4 deletions

View file

@ -61,6 +61,9 @@ Rails/SkipsModelValidations:
Style/BracesAroundHashParameters:
EnforcedStyle: context_dependent
Style/Documentation:
Enabled: false
Style/FormatStringToken:
EnforcedStyle: template

View file

@ -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