Rails/HelperInstanceVariable:
Enabled: false
+# Configuration parameters: AllowedChars.
+Style/AsciiComments:
+ Exclude:
+ # Copyright credit has non ascii character.
+ # We can not change nor remove it.
+ - 'app/models/repository/git.rb'
+
Style/FormatStringToken:
Enabled: false
Style/AndOr:
Enabled: false
-# Configuration parameters: AllowedChars.
-Style/AsciiComments:
- Exclude:
- - 'app/models/repository/git.rb'
-
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle.
# SupportedStyles: percent_q, bare_percent