diff options
Diffstat (limited to '.codeclimate.yml')
-rw-r--r-- | .codeclimate.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.codeclimate.yml b/.codeclimate.yml new file mode 100644 index 0000000..e231b5d --- /dev/null +++ b/.codeclimate.yml @@ -0,0 +1,7 @@ +languages: + Ruby: false + JavaScript: true + PHP: false + Python: true +# exclude_paths: +# - "foo/bar.rb"
\ No newline at end of file |