.codeclimate.yml in gerencianet-0.0.9 vs .codeclimate.yml in gerencianet-0.0.10

- old
+ new

@@ -1,4 +1,10 @@ +engines: + rubocop: + enabled: true +ratings: + paths: + - "lib/**/*.rb" exclude_paths: - - docs/**/* - - examples/**/* - - spec/**/* \ No newline at end of file +- docs/**/* +- examples/**/* +- spec/**/*