.rubocop.yml in pretty-api-0.4.1 vs .rubocop.yml in pretty-api-0.5.0

- old
+ new

@@ -7,21 +7,22 @@ require: - rubocop-rails - rubocop-performance - rubocop-rspec +# - rubocop-factory_bot AllCops: DisabledByDefault: false DisplayCopNames: true NewCops: enable Exclude: - config/initializers/devise.rb - lib/templates/**/* - public/**/* -FactoryBot/ConsistentParenthesesStyle: - EnforcedStyle: omit_parentheses +#FactoryBot/ConsistentParenthesesStyle: +# EnforcedStyle: omit_parentheses Layout/LineLength: Exclude: - config/initializers/simple_form_bootstrap.rb \ No newline at end of file