Add and apply RedundantFileExtensionInRequire rule
This rule was added in Rubocop 0.88.0.
This commit is contained in:
@@ -410,6 +410,9 @@ Style/PercentLiteralDelimiters:
|
||||
Style/Proc:
|
||||
Enabled: true
|
||||
|
||||
Style/RedundantFileExtensionInRequire:
|
||||
Enabled: true
|
||||
|
||||
Style/RedundantFreeze:
|
||||
Enabled: true
|
||||
|
||||
|
||||
@@ -129,4 +129,4 @@ class Rails::Engine
|
||||
end
|
||||
end
|
||||
|
||||
require "./config/application_custom.rb"
|
||||
require "./config/application_custom"
|
||||
|
||||
Reference in New Issue
Block a user