diff --git a/.rubocop.yml b/.rubocop.yml index b442a0b..9546d5d 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -12,9 +12,12 @@ AllCops: DisplayStyleGuide: true ExtraDetails: true Exclude: - - 'gemfiles/**/*' - - 'node_modules/**/*' - - 'vendor/bundle/**/*' + - .git/**/* + - gemfiles/**/* + - node_modules/**/* + - test/generators/tmp/**/* + - tmp/**/* + - vendor/**/* Layout/HashAlignment: EnforcedColonStyle: table