Skip to content

doc still mentions --include-ids #66

@pylint-bot

Description

@pylint-bot

Originally reported by: Anonymous


the --include-ids option was removed in 1.0 but is still documented.

doc/run.rst:--include_ids=y_or_n Show numeric ids of messages (like 'C0301')
doc/tutorial.rst: --include-ids=<y_or_n>
doc/tutorial.rst:"--include-ids=y".
doc/tutorial.rst: for example, "--reports=n" can be abbreviated to "-r n", and "--include-ids=y"
doc/tutorial.rst: robertk01 Desktop$ pylint --reports=n --include-ids=y simplecaeser.py
doc/tutorial.rst: robertk01 Desktop$ pylint --reports=n --include-ids=y --disable=W0402 simplecaeser.py
doc/tutorial.rst: robertk01 Desktop$ pylint --reports=n --include-ids=y --disable=W0402 --const-rgx='[a-z_][a-z0-9_]{2,30}$' simplecaeser.py
examples/pylintrc:include-ids=no
gui.py: # Obtaining message type (pylint's '--include-ids' appends the
gui.py: # Obtaining message type (pylint's '--include-ids' appends the
man/pylint.1:.IP "--include-ids=<y_or_n>, -i <y_or_n>"
reporters/init.py: # self.include_ids = None # Deprecated


Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions