summaryrefslogtreecommitdiffstats
path: root/.codacy.yml
diff options
context:
space:
mode:
authorChris Akritidis <43294513+cakrit@users.noreply.github.com>2019-02-06 15:52:49 +0100
committerGitHub <noreply@github.com>2019-02-06 15:52:49 +0100
commit59419c71f7064b0270ea249280122f97d47fe33d (patch)
tree7a86b9c71bbc5f180d6a588e98fd010383a0b825 /.codacy.yml
parentad6fdf8ba3093ac6061d7f46ec628ac55f162a71 (diff)
Codacy js fixes (#5337)
* Ignore main.js which will be deprecated and fix some warnings in dashboard * Minor fixes to resolve codacy issues in dashboard.js.
Diffstat (limited to '.codacy.yml')
-rw-r--r--.codacy.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.codacy.yml b/.codacy.yml
index 0e552d718c..fb16c24122 100644
--- a/.codacy.yml
+++ b/.codacy.yml
@@ -11,4 +11,5 @@ exclude_paths:
- web/gui/lib/**
- web/gui/old/**
- web/gui/src/**
+ - web/gui/main.js
- tests/**