.rubocop.yml in steppy-0.0.1 vs .rubocop.yml in steppy-0.1.0

- old
+ new

@@ -14,5 +14,11 @@ Style/StringLiterals: Enabled: true AllCops: TargetRubyVersion: 2.5 + +Airbnb/ClassOrModuleDeclaredInWrongFile: + Enabled: false + +Airbnb/ModuleMethodInWrongFile: + Enabled: false