summaryrefslogtreecommitdiff
path: root/.bettercodehub.yml
diff options
context:
space:
mode:
authorJoffrey BION <joffrey.bion@gmail.com>2017-07-10 00:41:46 +0200
committerJoffrey BION <joffrey.bion@gmail.com>2017-07-10 00:41:46 +0200
commit8a82de85303ae2a7e921d3ec5770c6da8aeda20a (patch)
tree87a45abc606fdb94afe9e4d14c5932f159ef35c8 /.bettercodehub.yml
parentImprove error messages (diff)
downloadseven-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.yml8
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/.*
bgstack15