diff options
author | Adam Spiers <git@adamspiers.org> | 2015-09-25 16:23:24 +0100 |
---|---|---|
committer | Adam Spiers <git@adamspiers.org> | 2015-09-25 16:23:49 +0100 |
commit | eb10cf542f41731adacc444e26efb5ab00359b46 (patch) | |
tree | 1e5ec9892b718e4a1d528c50e88d687d548f571c | |
parent | d4a2e52ddd17fdf32c26925517f29a23c2899034 (diff) | |
download | git-deps-eb10cf542f41731adacc444e26efb5ab00359b46.tar.gz |
add 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 |