mirror of
https://github.com/google/styleguide.git
synced 2024-03-22 13:11:43 +08:00
Project import generated by Copybara.
PiperOrigin-RevId: 453566611
This commit is contained in:
parent
965d902e13
commit
25bd3525fa
14
pylintrc
14
pylintrc
|
@ -76,7 +76,7 @@ disable=abstract-method,
|
||||||
global-statement,
|
global-statement,
|
||||||
hex-method,
|
hex-method,
|
||||||
idiv-method,
|
idiv-method,
|
||||||
implicit-str-concat-in-sequence,
|
implicit-str-concat,
|
||||||
import-error,
|
import-error,
|
||||||
import-self,
|
import-self,
|
||||||
import-star-module-level,
|
import-star-module-level,
|
||||||
|
@ -155,12 +155,6 @@ disable=abstract-method,
|
||||||
# mypackage.mymodule.MyReporterClass.
|
# mypackage.mymodule.MyReporterClass.
|
||||||
output-format=text
|
output-format=text
|
||||||
|
|
||||||
# Put messages in a separate file for each module / package specified on the
|
|
||||||
# command line instead of printing them on stdout. Reports (if any) will be
|
|
||||||
# written in a file name "pylint_global.[txt|html]". This option is deprecated
|
|
||||||
# and it will be removed in Pylint 2.0.
|
|
||||||
files-output=no
|
|
||||||
|
|
||||||
# Tells whether to display a full report or only the messages
|
# Tells whether to display a full report or only the messages
|
||||||
reports=no
|
reports=no
|
||||||
|
|
||||||
|
@ -279,12 +273,6 @@ ignore-long-lines=(?x)(
|
||||||
# else.
|
# else.
|
||||||
single-line-if-stmt=yes
|
single-line-if-stmt=yes
|
||||||
|
|
||||||
# List of optional constructs for which whitespace checking is disabled. `dict-
|
|
||||||
# separator` is used to allow tabulation in dicts, etc.: {1 : 1,\n222: 2}.
|
|
||||||
# `trailing-comma` allows a space between comma and closing bracket: (a, ).
|
|
||||||
# `empty-line` allows space-only lines.
|
|
||||||
no-space-check=
|
|
||||||
|
|
||||||
# Maximum number of lines in a module
|
# Maximum number of lines in a module
|
||||||
max-module-lines=99999
|
max-module-lines=99999
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user