.rubocop.yml in set_as_primary-0.1.3 vs .rubocop.yml in set_as_primary-0.1.4

- old
+ new

@@ -163,14 +163,10 @@ # Check quotes usage according to lint rule below. Style/StringLiterals: Enabled: true EnforcedStyle: double_quotes -# Detect hard tabs, no hard tabs. -Layout/Tab: - Enabled: true - # Blank lines should not have any spaces. Layout/TrailingEmptyLines: Enabled: true # No trailing whitespace. @@ -247,7 +243,6 @@ Performance/ReverseEach: Enabled: true Performance/UnfreezeString: - Enabled: true - + Enabled: true \ No newline at end of file