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 5, 2022
1 parent aa6536c commit 2068f4a
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 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 @@ -27,19 +24,13 @@ Style/HashConversion:

Style/QuotedSymbols:
Enabled: false
#
#Style/DocumentDynamicEvalDefinition:
# Enabled: false

Style/OpenStructUse:
Enabled: false

Security/IoMethods:
Enabled: false

#Rails/CompactBlank:
# Enabled: false

Security/Open:
Enabled: false

Expand All @@ -49,24 +40,12 @@ Lint/DuplicateBranch:
Lint/AmbiguousOperatorPrecedence:
Enabled: false

#Rails/EagerEvaluationLogMessage:
# Enabled: false

#Rails/RedundantPresenceValidationOnBelongsTo:
# Enabled: false

#Rails/HasManyOrHasOneDependent:
# Enabled: false

Lint/UnmodifiedReduceAccumulator:
Enabled: false

Gemspec/RequireMFA:
Enabled: false

#Rails/ExpandedDateRange:
# Enabled: false

Rails/I18nLocaleTexts:
Enabled: false

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

#Rails/TransactionExitStatement:
# Enabled: false

0 comments on commit 2068f4a

Please sign in to comment.