Skip to content

Commit

Permalink
Merge pull request #7395 from fjordllc/feature/apply-4-slim-lint-rule…
Browse files Browse the repository at this point in the history
…s-survey_result

slim-lintの4ルールが適用できるか調査し反映する
  • Loading branch information
komagata authored Feb 22, 2024
2 parents d0089b4 + cccf454 commit a364995
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions config/slim_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ linters:
- Layout/FirstArrayElementIndentation
- Layout/FirstParameterIndentation
- Layout/HashAlignment
- Layout/IndentationConsistency
- Layout/IndentationWidth
- Layout/InitialIndentation
- Layout/LineLength
Expand All @@ -26,11 +25,11 @@ linters:
- Layout/MultilineOperationIndentation
- Layout/ParameterAlignment
- Layout/TrailingEmptyLines
- Lint/Void
- Metrics/BlockLength
- Lint/Void # 除外検討したが見送り
- Metrics/BlockLength # 除外検討したが見送り
- Metrics/BlockNesting
- Naming/FileName
- Style/FrozenStringLiteralComment
- Style/FrozenStringLiteralComment # 除外検討したが見送り
- Style/IdenticalConditionalBranches
- Style/IfUnlessModifier
- Style/Next
Expand Down

0 comments on commit a364995

Please sign in to comment.