.rubocop.yml in light_operations-1.2.3 vs .rubocop.yml in light_operations-1.2.5

- old
+ new

@@ -38,12 +38,13 @@ Documentation: Enabled: false Metrics/LineLength: - Max: 120 + Max: 180 AllCops: Exclude: - '**/Guardfile' - '**/model_operations.gemspec' - '**/spec/support/factory_helper.rb' + - '**/tmp/*.rb'