diff --git a/.codeclimate.yml b/.codeclimate.yml index 0c44a381..5445eaa2 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -18,5 +18,5 @@ ratings: - lib/** - "**.rb" exclude_paths: -- "tests/" -- "stash/" +- tests/** +- stash/**