.rubocop.yml in danger-swiftformat-0.3.4 vs .rubocop.yml in danger-swiftformat-0.3.5

- old
+ new

@@ -1,11 +1,11 @@ # Defaults can be found here: https://github.com/bbatsov/rubocop/blob/master/config/default.yml # If you don't like these settings, just delete this file :) AllCops: - TargetRubyVersion: 2.1 + TargetRubyVersion: 2.2 Style/StringLiterals: EnforcedStyle: double_quotes Enabled: true @@ -125,10 +125,10 @@ - "**/*_spec.rb" Style/MixinGrouping: Enabled: false -Style/FileName: +Naming/FileName: Enabled: false Layout/IndentHeredoc: Enabled: false