summaryrefslogtreecommitdiffstats
path: root/.codacy.yml
diff options
context:
space:
mode:
authorPaweł Krupa <pawel@krupa.net.pl>2018-10-19 10:29:56 +0200
committerGitHub <noreply@github.com>2018-10-19 10:29:56 +0200
commitd47ca7429d5c215814f2e1acd62247c34d6ce666 (patch)
tree83c0d78a9bab947939b8e3275adc0d9611810583 /.codacy.yml
parent865f1380ee743ce5f1f15bb9e7d78743d6aedc60 (diff)
remove unused variables (#4437)
##### Summary <!--- Describe the change below, including rationale and design decisions --> Removing variables which are not used in Python code <!--- HINT: Include "Fixes #nnn" if you are fixing an existing issue --> ##### Component Name <!--- Write the short name of the module or plugin below --> - python.d.plugin - portcheck python module - postgres python module ##### Additional Information <!--- Include additional information to help people understand the change here --> <!--- A step-by-step reproduction of the problem is helpful if there is no related issue --> <!--- Paste log output below, e.g. before and after your change --> ```paste below ```
Diffstat (limited to '.codacy.yml')
-rw-r--r--.codacy.yml8
1 files changed, 2 insertions, 6 deletions
diff --git a/.codacy.yml b/.codacy.yml
index 87a5b30058..a0c94d029e 100644
--- a/.codacy.yml
+++ b/.codacy.yml
@@ -3,13 +3,9 @@ exclude_paths:
- collectors/python.d.plugin/python_modules/pyyaml2/**
- collectors/python.d.plugin/python_modules/pyyaml3/**
- collectors/python.d.plugin/python_modules/urllib3/**
- - collectors/python.d.plugin/python_modules/lm_sensors.py
+ - collectors/python.d.plugin/python_modules/third_party/**
- web/css/**
- web/lib/**
- web/old/**
- - collectors/node.d.plugin/node_modules/lib/**
- - collectors/node.d.plugin/node_modules/asn1-ber.js
- - collectors/node.d.plugin/node_modules/net-snmp.js
- - collectors/node.d.plugin/node_modules/pixl-xml.js
- - collectors/node.d.plugin/node_modules/extend.js
+ - collectors/node.d.plugin/node_modules/**
- tests/**