You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-18Lines changed: 18 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -25,30 +25,30 @@ When the `file-header` setting is omitted, pylint will pass.
25
25
26
26
### Setup
27
27
28
-
`.pylintrc`:
28
+
***.pylintrc**:
29
29
30
-
```pylintrc
31
-
[MASTER]
32
-
load-plugins=pylintfileheader
30
+
```pylintrc
31
+
[MASTER]
32
+
load-plugins=pylintfileheader
33
33
34
-
file-header=# -----------------------------------------------\n# Copyright (c) Leo Hanisch. All rights reserved.\n# -----------------------------------------------
35
-
```
36
-
37
-
`valid_example.py`:
34
+
file-header=# -----------------------------------------------\n# Copyright (c) Leo Hanisch. All rights reserved.\n# -----------------------------------------------
0 commit comments