diff options
author | James McKinney <james@slashpoundbang.com> | 2015-05-27 16:48:35 -0400 |
---|---|---|
committer | James McKinney <james@slashpoundbang.com> | 2015-05-27 16:48:35 -0400 |
commit | 3ffb7796ac2530c8a68e0947740b78b435e6c1bd (patch) | |
tree | c11e56744d72a7fd1b86b1c6f86ae8d2d8dde7bc | |
parent | 3a6fb5b8c6bd1ad4c462790bd91604e439ccd172 (diff) |
Don't analyze JavaScript code quality
-rw-r--r-- | .codeclimate.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.codeclimate.yml b/.codeclimate.yml index 2fb04b670..215d81196 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -1,6 +1,5 @@ languages: Ruby: true - JavaScript: true PHP: true exclude_paths: - "lib/strip_attributes/test/*" |