Skip to content

Commit 73b940f

Browse files
mathausekeewis
andauthored
Apply suggestions from code review
Co-authored-by: Justus Magin <[email protected]>
1 parent e4f3c87 commit 73b940f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ policy:
3232
- package4
3333
```
3434
35-
if there are no packages with `overrides`, `exclude`, or `ignored_violations`, you can set
36-
them to an empty dictionary or list, respectively:
35+
If there are no packages with `overrides`, `exclude`, or `ignored_violations`, you can set
36+
them to an empty mapping or sequence, respectively:
3737

3838
```yaml
3939
...
@@ -42,7 +42,7 @@ them to an empty dictionary or list, respectively:
4242
ignored_violations: []
4343
```
4444

45-
then add a new step to CI:
45+
Then add a new step to CI:
4646

4747
```yaml
4848
jobs:

0 commit comments

Comments
 (0)