diff options
-rw-r--r-- | .codeclimate.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.codeclimate.yml b/.codeclimate.yml new file mode 100644 index 000000000..2fb04b670 --- /dev/null +++ b/.codeclimate.yml @@ -0,0 +1,6 @@ +languages: + Ruby: true + JavaScript: true + PHP: true +exclude_paths: +- "lib/strip_attributes/test/*" |