.rubocop.yml in polytrix-0.1.0.pre vs .rubocop.yml in polytrix-0.1.0

- old
+ new

@@ -1,10 +1,15 @@ inherit_from: .rubocop-todo.yml +Encoding: + Enabled: false + # EnforcedStyle: when_needed + AllCops: Include: - Guardfile - Rakefile - pacto.gemspec Exclude: - - bin/** - - tmp/** + - bin/**/* + - tmp/**/* + - tmp/**/*.rb