Skip to content

Commit

Permalink
#135: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jul 22, 2024
1 parent af61269 commit 287a16e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ AllCops:
NewCops: enable

Naming/FileName:
Regex: !ruby/regexp '/^[a-z0-9-._]*$/'
Regex: !ruby/regexp '/^[a-z0-9-.\_]*$/'
Style/GlobalVars:
Enabled: false
Metrics/MethodLength:
Expand Down

0 comments on commit 287a16e

Please sign in to comment.