diff --git a/.rubocop.yml b/.rubocop.yml index b49bb9fb..23ceccc8 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -21,8 +21,11 @@ Rails: FactoryBot/AttributeDefinedStatically: Enabled: true - RSpec/DescribeClass: Exclude: - "spec/views/**/*" - "spec/ability/*" + +Layout/AlignHash: + EnforcedHashRocketStyle: table + EnforcedColonStyle: table