Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

slim-lintの5個のルールを調査し、3個を適用、2個を除外したままにした。 #7446

Merged
merged 5 commits into from
Mar 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions config/slim_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ linters:
enabled: true
ignored_cops:
- Layout/ArgumentAlignment
- Layout/BlockAlignment
- Layout/EmptyLineAfterGuardClause
- Layout/EndAlignment
- Layout/FirstArrayElementIndentation
Expand All @@ -27,12 +26,10 @@ linters:
- Layout/TrailingEmptyLines
- Lint/Void # 除外検討したが見送り
- Metrics/BlockLength # 除外検討したが見送り
- Metrics/BlockNesting
- Naming/FileName
- Style/FrozenStringLiteralComment # 除外検討したが見送り
- Style/IdenticalConditionalBranches
- Style/IfUnlessModifier
- Style/Next
- Style/IfUnlessModifier # 検討の結果、残す(詳細は#7252)
- Style/Next # 検討の結果、残す(詳細は#7252)
- Style/WhileUntilDo
- Style/WhileUntilModifier
- Style/HashSyntax