mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Add frozen_string_literal magic comment
re: https://www.rubydoc.info/gems/rubocop/RuboCop/Cop/Style/FrozenStringLiteralComment
This commit is contained in:
parent
6775add832
commit
d8bd269a64
15 changed files with 28 additions and 2 deletions
|
|
@ -17,8 +17,6 @@ AllCops:
|
|||
#################### Metrics ###############################
|
||||
|
||||
# Start with cops for Ruby >= 2.3 disabled
|
||||
Style/FrozenStringLiteralComment:
|
||||
Enabled: false
|
||||
Style/SafeNavigation:
|
||||
Enabled: false
|
||||
Style/NumericPredicate:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue