From 6aff6587f3e0cf92ae6aae6941a3bf6c69392c64 Mon Sep 17 00:00:00 2001 From: plata Date: Wed, 14 Feb 2018 14:53:25 +0100 Subject: [PATCH] configure Codacy (#474) --- .codacy.yml | 6 ++++++ .eslintrc.yml | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100644 .codacy.yml create mode 100644 .eslintrc.yml diff --git a/.codacy.yml b/.codacy.yml new file mode 100644 index 0000000000..9195393277 --- /dev/null +++ b/.codacy.yml @@ -0,0 +1,6 @@ +engines: + eslint: + enabled: true + +exclude_paths: + - '**.po' diff --git a/.eslintrc.yml b/.eslintrc.yml new file mode 100644 index 0000000000..839c8124db --- /dev/null +++ b/.eslintrc.yml @@ -0,0 +1,6 @@ +globals: + include: true + # wine + LATEST_DEVELOPMENT_VERSION: true + LATEST_STABLE_VERSION: true + LATEST_STAGING_VERSION: true