diff options
author | Joffrey BION <joffrey.bion@gmail.com> | 2017-07-10 00:41:46 +0200 |
---|---|---|
committer | Joffrey BION <joffrey.bion@gmail.com> | 2017-07-10 00:41:46 +0200 |
commit | 8a82de85303ae2a7e921d3ec5770c6da8aeda20a (patch) | |
tree | 87a45abc606fdb94afe9e4d14c5932f159ef35c8 /.bettercodehub.yml | |
parent | Improve error messages (diff) | |
download | seven-wonders-8a82de85303ae2a7e921d3ec5770c6da8aeda20a.tar.gz seven-wonders-8a82de85303ae2a7e921d3ec5770c6da8aeda20a.tar.bz2 seven-wonders-8a82de85303ae2a7e921d3ec5770c6da8aeda20a.zip |
Add bettercodehub config
Diffstat (limited to '.bettercodehub.yml')
-rw-r--r-- | .bettercodehub.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.bettercodehub.yml b/.bettercodehub.yml new file mode 100644 index 00000000..43d9bd5b --- /dev/null +++ b/.bettercodehub.yml @@ -0,0 +1,8 @@ +languages: +- java +- javascript + +component_depth: 1 + +exclude: +- /frontend/flow-typed/npm/.* |