Skip to content

Commit eb9a81f

Browse files
committed
Adjusted readme
1 parent a8f9d3a commit eb9a81f

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

README.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -25,30 +25,30 @@ When the `file-header` setting is omitted, pylint will pass.
2525

2626
### Setup
2727

28-
`.pylintrc`:
28+
* **.pylintrc**:
2929

30-
```pylintrc
31-
[MASTER]
32-
load-plugins=pylintfileheader
30+
```pylintrc
31+
[MASTER]
32+
load-plugins=pylintfileheader
3333
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# -----------------------------------------------
35+
```
3836

39-
```python
40-
# -----------------------------------------------
41-
# Copyright (c) Leo Hanisch. All rights reserved.
42-
# -----------------------------------------------
37+
* **valid_example.py**:
4338

44-
print('I am a valid example')
45-
```
39+
```python
40+
# -----------------------------------------------
41+
# Copyright (c) Leo Hanisch. All rights reserved.
42+
# -----------------------------------------------
43+
44+
print('I am a valid example')
45+
```
4646

47-
`invalid_example.py`:
47+
* **invalid_example.py**:
4848

49-
```python
50-
print('I am an invalid example')
51-
```
49+
```python
50+
print('I am an invalid example')
51+
```
5252

5353
### Evaluation
5454

0 commit comments

Comments
 (0)