.codeclimate.yml in stub_requests-0.1.0 vs .codeclimate.yml in stub_requests-0.1.1

- old
+ new

@@ -19,5 +19,12 @@ rubocop: enabled: true channel: rubocop-0-63 config: file: .rubocop.yml + +exclude_patterns: + - "doc/" + - "docs/" + - "gemfiles/" + - "pkg/" + - "lib/stub_requests/core_ext/"