summaryrefslogtreecommitdiff
path: root/.pylintrc
diff options
context:
space:
mode:
authorJames Ennis <james.ennis@codethink.com>2018-03-08 11:14:25 +0000
committerJames Ennis <james.ennis@codethink.com>2018-03-14 14:10:26 +0000
commit6be2075746813e7bebb6ef1945b538a91ff91841 (patch)
treea48d3885322803e9daf17163a00b96b264976f21 /.pylintrc
parent7e79c4af662c21868001fc4e392f61cb6b6d45e9 (diff)
downloadbuildstream-6be2075746813e7bebb6ef1945b538a91ff91841.tar.gz
.pylintrc: Alterations to the configuration file
Diffstat (limited to '.pylintrc')
-rw-r--r--.pylintrc15
1 files changed, 5 insertions, 10 deletions
diff --git a/.pylintrc b/.pylintrc
index 2734b560f..650624b54 100644
--- a/.pylintrc
+++ b/.pylintrc
@@ -7,7 +7,7 @@ extension-pkg-whitelist=
# Add files or directories to the blacklist. They should be base names, not
# paths.
-ignore=CVS
+ignore=CVS,tests,doc
# Add files or directories matching the regex patterns to the blacklist. The
# regex matches against base names, not paths.
@@ -174,7 +174,7 @@ evaluation=10.0 - ((float(5 * error + warning + refactor + convention) / stateme
# Set the output format. Available formats are text, parseable, colorized, json
# and msvs (visual studio).You can also give a reporter class, eg
# mypackage.mymodule.MyReporterClass.
-output-format=text
+output-format=colorized
# Tells whether to display a full report or only the messages
reports=no
@@ -299,12 +299,7 @@ function-naming-style=snake_case
#function-rgx=
# Good variable names which should always be accepted, separated by a comma
-good-names=i,
- j,
- k,
- ex,
- Run,
- _
+good-names=i,j,k,ex,Run,_,e,f
# Include a hint for the correct naming format with invalid-name
include-naming-hint=no
@@ -446,7 +441,7 @@ indent-after-paren=4
indent-string=' '
# Maximum number of characters on a single line.
-max-line-length=100
+max-line-length=119
# Maximum number of lines in a module
max-module-lines=1000
@@ -559,4 +554,4 @@ valid-metaclass-classmethod-first-arg=mcs
# Exceptions that will emit a warning when being caught. Defaults to
# "Exception"
-overgeneral-exceptions=Exception \ No newline at end of file
+overgeneral-exceptions=Exception