Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enable message control option cannot be repeated in the rcfile #486

Closed
pylint-bot opened this issue Mar 10, 2015 · 1 comment
Closed

enable message control option cannot be repeated in the rcfile #486

pylint-bot opened this issue Mar 10, 2015 · 1 comment
Labels
Bug 🪲 Configuration Related to configuration

Comments

@pylint-bot
Copy link

Originally reported by: Laurent Raufaste (BitBucket: nalog, GitHub: @Nalog?)


I'm using pylint 1.4.1.

With this rcfile, E108 get detected:

#!ini
[MESSAGES CONTROL]
disable = all
enable = E0103,E0108,E0601

With this rcfile, E108 don't get detected:

#!ini
[MESSAGES CONTROL]
disable = all
enable = E0103
enable = E0108
enable = E0601

This is contrary to what the doc states:
You can either give multiple identifier separated by comma (,) or put this option multiple time.
Source: http://docs.pylint.org/features.html#pylint-global-options-and-switches

The doc about disable is more explicit:
_You can either give multiple identifiers separated by comma (,) or put this option multiple times (only on the command line, _not in the configuration file where it should appear only once).**


@pylint-bot pylint-bot added Bug 🪲 Configuration Related to configuration labels Dec 9, 2015
@lra
Copy link

lra commented Dec 9, 2015

Github: @lra

brycepg pushed a commit to brycepg/pylint that referenced this issue Jun 14, 2018
brycepg pushed a commit to brycepg/pylint that referenced this issue Jun 14, 2018
msuozzo pushed a commit to msuozzo/pylint that referenced this issue Feb 18, 2022
- [ ] Regenerate this pull request now.

docs: list oneofs in docstring
fix(deps): require google-api-core >= 1.28.0
fix(deps): drop packaging dependency

committer: busunkim96@
PiperOrigin-RevId: 406468269

Source-Link: googleapis/googleapis@83d81b0

Source-Link: https://github.com/googleapis/googleapis-gen/commit/2ff001fbacb9e77e71d734de5f955c05fdae8526
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMmZmMDAxZmJhY2I5ZTc3ZTcxZDczNGRlNWY5NTVjMDVmZGFlODUyNiJ9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug 🪲 Configuration Related to configuration
Projects
None yet
Development

No branches or pull requests

2 participants