config/rails.yml in rubocop-codetakt-0.2.3 vs config/rails.yml in rubocop-codetakt-0.3.0

- old
+ new

@@ -1,7 +1,6 @@ -AllCops: - Exclude: - - 'vendor/**/*' - - 'db/schema.rb' +inherit_gem: + onkcop: + - config/rails.yml -Rails: - Enabled: true +Style/IndentationConsistency: + EnforcedStyle: normal