[Git][NTPsec/ntpsec][master] pylintrc: Add a pylint config file.  Advisory only.
    Gary E. Miller 
    gitlab at mg.gitlab.com
       
    Tue Oct  2 19:46:48 UTC 2018
    
    
  
Gary E. Miller pushed to branch master at NTPsec / ntpsec
Commits:
f3acfd2a by Gary E. Miller at 2018-10-02T19:45:20Z
pylintrc: Add a pylint config file.  Advisory only.
Don't take pylint religiously, but it is usefull.
- - - - -
1 changed file:
- + pylintrc
Changes:
=====================================
pylintrc
=====================================
@@ -0,0 +1,25 @@
+# NTPsec configuration for pylintrc
+
+# NTPsec does not try to conform to pylint, but pylint can be useful
+# to find things like unused variables, missing docstrings, undefined
+# variables, unused imports, etc.
+# 
+# The whitespace checker in pylint conflicts with that in pycodestyle.
+# pycodestyle replaces pep8 for checking PEP8 conformity.
+# 
+# Use pylint as an advisory tool, not as a blunt instrument.
+
+[MESSAGES CONTROL]
+
+# Disable warnings that are silly
+disable=bad-continuation,
+        invalid-name,
+        misplaced-comparison-constant,
+        no-self-use,
+        too-many-branches,
+        too-many-lines,
+        too-many-locals,
+        too-many-nested-blocks,
+        too-many-public-methods,
+        too-many-statements
+
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/f3acfd2ae4398b4b5293be69831bf8cc2f30a575
-- 
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/f3acfd2ae4398b4b5293be69831bf8cc2f30a575
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20181002/1be2db3f/attachment.html>
    
    
More information about the vc
mailing list