Skip to content

Commit

Permalink
rubocop: use global default for Style/Alias
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Dec 28, 2023
1 parent e77205a commit 77c9312
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .rubocop.yml
Expand Up @@ -81,10 +81,6 @@ Naming/VariableName:
Include:
- 'src/lib/**/*.rb' # force known variables only for new code

# method_alias is safer and more predictable
Style/Alias:
EnforcedStyle: prefer_alias_method

# this needs more testing if we can have frozen string literals
Style/FrozenStringLiteralComment:
Enabled: false
Expand Down

0 comments on commit 77c9312

Please sign in to comment.