File tree Expand file tree Collapse file tree 2 files changed +40
-6
lines changed Expand file tree Collapse file tree 2 files changed +40
-6
lines changed Original file line number Diff line number Diff line change @@ -10,19 +10,54 @@ about: Report a bug in pylint
10
10
Before you submit this, make sure that the issue doesn't already exist
11
11
or if it is not closed.
12
12
13
- Is your issue fixed on the preview release?: pip install pylint astroid --pre -U
14
-
13
+ Is your issue fixed on the preview release?:
14
+ pip install pylint astroid --pre -U
15
15
-->
16
16
17
17
### Steps to reproduce
18
- 1 .
19
- 2 .
20
- 3 .
18
+
19
+ <!--
20
+ Given a file `a.py`:
21
+ ```python
22
+ # (Disable message unrelated to the bug)
23
+ # pylint: disable=missing-docstring,...
24
+
25
+ ```
26
+
27
+ Given multiple files:
28
+ ```
29
+ __init__.py
30
+ a.py
31
+ module\
32
+ __init__.py
33
+ b.py
34
+ c.py
35
+ ```
36
+ -->
21
37
22
38
### Current behavior
39
+ <!--
40
+ Result of `pylint a.py`:
41
+ ```
23
42
43
+ ```
44
+ -->
24
45
25
46
### Expected behavior
26
47
27
48
28
49
### pylint --version output
50
+
51
+ Result of ` pylint --version ` output:
52
+ ```
53
+
54
+ ```
55
+
56
+ <!--
57
+ Additional dependencies:
58
+ ```
59
+ pandas==0.23.2
60
+ marshmallow==3.10.0
61
+ ...
62
+ ```
63
+ -->
Original file line number Diff line number Diff line change @@ -17,6 +17,5 @@ A clear and concise description of what the problem is.
17
17
### Describe the solution you'd like
18
18
A clear and concise description of what you want to happen.
19
19
20
-
21
20
### Additional context
22
21
Add any other context about the feature request here.
You can’t perform that action at this time.
0 commit comments