Skip to content

Commit

Permalink
Clean up .rubocop-disabled.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alecslupu committed May 6, 2022
1 parent 8f00d8f commit a9b91fd
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .rubocop-disabled.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
#Rails/DurationArithmetic:
# Enabled: false

Naming/VariableNumber:
Enabled: false

Expand All @@ -16,9 +13,6 @@ Style/OpenStructUse:
Security/IoMethods:
Enabled: false

#Rails/CompactBlank:
# Enabled: false

Security/Open:
Enabled: false

Expand All @@ -31,9 +25,6 @@ Lint/AmbiguousOperatorPrecedence:
Gemspec/RequireMFA:
Enabled: false

#Rails/ExpandedDateRange:
# Enabled: false

Rails/I18nLocaleTexts:
Enabled: false

Expand All @@ -43,5 +34,3 @@ Naming/MemoizedInstanceVariableName:
RSpec/VerifiedDoubleReference:
Enabled: false

#Rails/TransactionExitStatement:
# Enabled: false

0 comments on commit a9b91fd

Please sign in to comment.