Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
Update filename cop to check for 100 character files which break the …
Browse files Browse the repository at this point in the history
…zip distribution

Signed-off-by: Sam Levenick <slevenick@google.com>
  • Loading branch information
slevenick committed Dec 19, 2019
1 parent 6cdee41 commit 35c2a11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ Style/AndOr:
Style/Not:
Enabled: false
Naming/FileName:
Enabled: false
Enabled: true
Regex: !ruby/regexp '/^.{3,100}$/'
Style/TrailingCommaInArrayLiteral:
EnforcedStyleForMultiline: comma
Style/TrailingCommaInHashLiteral:
Expand Down

0 comments on commit 35c2a11

Please sign in to comment.