diff options
-rw-r--r-- | .codeclimate.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.codeclimate.yml b/.codeclimate.yml index e5636a13783..fbffac6a0ad 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -36,3 +36,5 @@ exclude_paths: - spec/ - vendor/ - lib/api/v3/ +- .yarn-cache/ +- tmp/ |