File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
- One of your pylint's plugin cannot be loaded. There's nothing to change in
2
- your code, but the pylint's configuration or installation has an issue.
1
+ One of your pylint plugins cannot be loaded. There's nothing to change in
2
+ your code, but your pylint configuration or installation has an issue.
3
3
4
- For example there might be a typo::
4
+ For example, there might be a typo. The following config ::
5
5
6
6
[MAIN]
7
7
load-plugins = pylint.extensions.bad_biultin
Original file line number Diff line number Diff line change 1
- This warn you that a builtin module was impossible to analyse (an ast node is not pure python).
2
- There's nothing to change in your code, this is a warning about astroid's limitations.
1
+ This warns you that a builtin module was impossible to analyse (an ast node is not pure python).
2
+ There's nothing to change in your code, this is a warning about astroid and pylint 's limitations.
Original file line number Diff line number Diff line change 1
- One of your option is not recognized. There's nothing to change in
2
- your code, but the pylint's configuration or the way you launch
3
- pylint need to be modified.
1
+ One of your options is not recognized. There's nothing to change in
2
+ your code, but your pylint configuration or the way you launch
3
+ pylint needs to be modified.
4
4
5
5
For example you might be launching pylint with the following ``toml `` configuration::
6
6
You can’t perform that action at this time.
0 commit comments