hanami/.rubocop.yml

28 lines
692 B
YAML
Raw Normal View History

2016-12-12 13:14:27 +00:00
# Please keep AllCops, Bundler, Style, Metrics groups and then order cops
# alphabetically
2017-10-03 13:19:13 +00:00
inherit_from:
2021-06-17 07:57:05 +00:00
- https://raw.githubusercontent.com/hanami/devtools/main/.rubocop.yml
2018-11-15 15:51:22 +00:00
Naming/HeredocDelimiterNaming:
Enabled: false
2022-07-06 12:42:07 +00:00
Naming/RescuedExceptionsVariableName:
Enabled: false
Style/AccessorGrouping:
Enabled: false
Style/BlockDelimiters:
Enabled: false
2018-11-15 15:51:22 +00:00
Style/CommentedKeyword:
Enabled: false
Style/LambdaCall:
Enabled: false
Style/StabbyLambdaParentheses:
Enabled: false
2022-11-01 05:17:53 +00:00
Style/StringLiteralsInInterpolation:
Enabled: false
Style/TrailingCommaInArguments:
Enabled: false
Style/TrailingCommaInArrayLiteral:
Enabled: false
Style/TrailingCommaInHashLiteral:
Enabled: false
2022-07-06 12:42:07 +00:00