.rubocop.yml in proformaxml-1.0.0 vs .rubocop.yml in proformaxml-1.1.0

- old
+ new

@@ -3,10 +3,11 @@ - rubocop-performance - rubocop-rails - rubocop-rspec inherit_from: + - .rubocop/factory-bot.yml - .rubocop/layout.yml - .rubocop/lint.yml - .rubocop/metrics.yml - .rubocop/rspec.yml - .rubocop/style.yml @@ -22,9 +23,5 @@ - 'Guardfile' # Ignore local files for faster processing - 'tmp/**/*' - 'out/**/*' - 'coverage/**/*' - -RSpec/FilePath: - CustomTransform: - ProformaXML: proformaxml