.rubocop.yml in pacto-0.3.0.pre vs .rubocop.yml in pacto-0.3.0

- old
+ new

@@ -1,9 +1,18 @@ inherit_from: .rubocop-todo.yml + +AllCops: + Includes: + - Guardfile + - Rakefile + - pacto.gemspec + Excludes: + - bin/** + - tmp/**