Skip to content

Commit

Permalink
Naming/FileNameのルールを適用させた
Browse files Browse the repository at this point in the history
Rubyファイルがスネークケースであるかを確認するルールなので、そもそも対象外
  • Loading branch information
masyuko0222 committed Feb 27, 2024
1 parent 167379e commit e1d5867
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/slim_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ linters:
- Layout/TrailingEmptyLines
- Lint/Void # 除外検討したが見送り
- Metrics/BlockLength # 除外検討したが見送り
- Naming/FileName
- Style/FrozenStringLiteralComment # 除外検討したが見送り
- Style/IdenticalConditionalBranches
- Style/IfUnlessModifier
Expand Down

0 comments on commit e1d5867

Please sign in to comment.