.rubocop.yml in rollerskates-0.1.0 vs .rubocop.yml in rollerskates-0.1.1

- old
+ new

@@ -58,10 +58,9 @@ Description: Check the names of predicate methods. StyleGuide: https://github.com/bbatsov/ruby-style-guide#bool-methods-qmark Enabled: true NamePrefix: - is_ - - has_ - have_ NamePrefixBlacklist: - is_ Exclude: - spec/**/*