-
Running `pylint` on any module in `tests/pytests/unit/modules` produces a stack trace:
```
Traceback (most recent call last):
File "/home/amendlik/.local/bin/pylint", line 10, in
sys.exit(r…
-
### Steps to reproduce
Given a file `b.py`:
```python
# pylint: disable=C0114, C0115, R0205, E0241, C0116, W0104
class Klass(object, object):
def get(self):
self._non_existent_…
-
### Steps to reproduce
```python
import astroid
code = '''import six
from enum import Enum, EnumMeta
class FooMeta(EnumMeta):
pass
class Foo(six.with_metaclass(FooMeta, Enum)):
b…
-
**Describe the bug**
When the docstring of some methods is set to `""""""` the pre-commit linter will show an error:
```
Traceback (most recent call last):
File "scripts/concurrent_task_utils.…
-
From our pipeline:
```
pylint --output-format=parseable --reports=n local/cindexd local/tests dev libcindexd/libcindexd libcindexd/libcindexd_tests
Using config file /var/lib/jenkins/workspace/OD…
-
IMHO methods like `TestCase#getContainerWithContaoConfiguration()` are closely tied to the codebase and should live in the mono repo as well. To me most things in this repo should either be more abst…
-
Using pylint-protobuf `v0.18.3` the pylint process fails with the following error:
```
Traceback (most recent call last):
File "setup.py", line 435, in
'sdist': Sdist,
File "/home/myuser…
-
内置的rbd-monitor可以监控好雨云自身状态,我如何想同时监控外部的数据库,mq,redis等服务,如何修改。直接修改容器/var/lib/**/diff/这下面的yml文件,服务重启后,会自动生成初始的prometheus.yml配置文件,应该如何添加新的target监控点。
-
Originally reported by: **Adam Groszer (BitBucket: [agroszer](http://bitbucket.org/agroszer), GitHub: @agroszer?)**
---
I created a repo to repro this:
https://github.com/agroszer/playground
After…
-
#Below is a contrived example that repros the problem:
It appears `astroid` is considering the incorrect `lru_cache` symbol.
### Steps to reproduce
```python
from functools import lru_cache
…