Skip to content

Commit 1df2fc3

Browse files
committed
document optional overrides, exclude and ignored_validations
1 parent 9cb4647 commit 1df2fc3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,16 @@ 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:
37+
38+
```yaml
39+
...
40+
overrides: {}
41+
exclude: []
42+
ignored_violations: []
43+
```
44+
3545
then add a new step to CI:
3646

3747
```yaml

0 commit comments

Comments
 (0)