diff --git a/.codeclimate.yml b/.codeclimate.yml index 8c78832d..c7372ee0 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -15,7 +15,7 @@ engines: enabled: false ratings: paths: - - "lib/**.rb" -exclude_paths: + - lib/** + - "**.rb" - test/**/* - stash/**/*