diff --git a/rubocop.yml b/rubocop.yml index f3d2675..ef37f15 100644 --- a/rubocop.yml +++ b/rubocop.yml @@ -246,6 +246,7 @@ Style/StringLiterals: - "lib/**/*" - "test/**/*" - "Gemfile" + - "db/seeds.rb" Style/TrailingCommaInArguments: Enabled: true