Tasks display
This commit is contained in:
+7
-1
@@ -17,7 +17,9 @@ AllCops:
|
||||
|
||||
Style/StringLiterals:
|
||||
Exclude:
|
||||
- Gemfile # Mostly because of auto-generated files
|
||||
# Mostly because of auto-generated files
|
||||
- Gemfile
|
||||
- config/application.rb
|
||||
|
||||
Bundler/OrderedGems:
|
||||
Enabled: false
|
||||
@@ -28,6 +30,10 @@ Style/Documentation:
|
||||
Rails/ActionOrder:
|
||||
Enabled: false
|
||||
|
||||
Rails/DynamicFindBy:
|
||||
AllowedMethods:
|
||||
- find_by_full_number_or_id!
|
||||
|
||||
Metrics/AbcSize:
|
||||
Exclude:
|
||||
- db/migrate/*.rb
|
||||
|
||||
Reference in New Issue
Block a user