-
### Steps to reproduce
1. Put the following nonsense (extracted from a real-world script that causes the same crash) in `crash_pylint.py`. Further removal of any line/block will prevent the crash…
-
**Describe the bug**
[Travis red](https://travis-ci.com/eilst/server-auth/jobs/229060322
)
Error when testing auth_saml:
************* Module auth_keycloak.examples.cli
```
auth_keycloak/exam…
eilst updated
5 years ago
-
### Steps to reproduce
```
> $ python3 -m venv pylint_venv
…
-
I frequently, but not always, see `AttributeError: 'AssignAttr' object has no attribute 'qname'` when running pylint on my sourcecode.
Unfortunately I was unable to find any clues as to why this is…
-
Following is the code that I'm trying to lint
```python
from google.protobuf import struct_pb2
class ProtobufUtilsTestCase(unittest.TestCase):
def test_struct_to_dict(self):
values =…
-
### Steps to reproduce
1. `git clone https://github.com/pantsbuild/pants.git`
2. `find pants -name '*.py' | xargs pylint --exit-zero -f json > results`
### Current behavior
With the preview re…
juli1 updated
5 years ago
-
## Problem Description
Static code analysis output has an error trace instead of the output. Running pylint on the command line works fine. (Sorta similar theme to #7031 and #7930 but not exact…
-
Is python 2 supported?
I followed https://docs.codeclimate.com/docs/pylint and got the following error on Code Climate:
```py
Running pylint using PYTHONPATH: /usr/src/app:/usr/local/lib/python…
-
Hello,
while preparing pylint/1.9.3 for Debian, some of the tests failed, here below is the output (only for python 2.7):
```
============================= test session starts ===================…
-
Downgrading `astroid` from 2.4.0 to 2.3.2 fixes the issue.
### Steps to reproduce
1. Update `pylint`
2. Run `pylint`
### Current behavior
```
Traceback (most recent call last):
F…