Skip to content

Commit

Permalink
Merge pull request #95 from lxxxvi/update-dependencies
Browse files Browse the repository at this point in the history
update gems
  • Loading branch information
lxxxvi committed Jul 31, 2023
2 parents fbfcf00 + dc08b3e commit c8ba188
Show file tree
Hide file tree
Showing 3 changed files with 136 additions and 105 deletions.
27 changes: 27 additions & 0 deletions .rubocop.yml
Expand Up @@ -141,6 +141,9 @@ Lint/LambdaWithoutLiteralBlock:
Lint/MissingSuper:
Enabled: true

Lint/MixedCaseRange:
Enabled: true

Lint/MixedRegexpCaptureTypes:
Enabled: true

Expand All @@ -165,6 +168,9 @@ Lint/RaiseException:
Lint/RedundantDirGlobSort:
Enabled: true

Lint/RedundantRegexpQuantifiers:
Enabled: true

Lint/RedundantSafeNavigation:
Enabled: true

Expand Down Expand Up @@ -555,12 +561,18 @@ Style/QuotedSymbols:
Style/RedundantArgument:
Enabled: true

Style/RedundantArrayConstructor:
Enabled: true

Style/RedundantAssignment:
Enabled: true

Style/RedundantConstantBase:
Enabled: true

Style/RedundantCurrentDirectoryInPath:
Enabled: true

Style/RedundantDoubleSplatHashBraces:
Enabled: true

Expand All @@ -573,6 +585,9 @@ Style/RedundantFetchBlock:
Style/RedundantFileExtensionInRequire:
Enabled: true

Style/RedundantFilterChain:
Enabled: true

Style/RedundantHeredocDelimiterQuotes:
Enabled: true

Expand All @@ -582,9 +597,15 @@ Style/RedundantInitialize:
Style/RedundantLineContinuation:
Enabled: true

Style/RedundantRegexpArgument:
Enabled: true

Style/RedundantRegexpCharacterClass:
Enabled: true

Style/RedundantRegexpConstructor:
Enabled: true

Style/RedundantRegexpEscape:
Enabled: true

Expand All @@ -597,6 +618,9 @@ Style/RedundantSelfAssignmentBranch:
Style/RedundantStringEscape:
Enabled: true

Style/ReturnNilInPredicateMethodDefinition:
Enabled: true

Style/SelectByRegexp:
Enabled: true

Expand All @@ -621,5 +645,8 @@ Style/StringLiterals:
Style/SwapValues:
Enabled: true

Style/YAMLFileRead:
Enabled: true

Style/YodaExpression:
Enabled: true

0 comments on commit c8ba188

Please sign in to comment.