Commit 4fd6ada
Fix None access exception
When empty entry in config like this:
```
policies:
```
vint always raises an exception.
```
AttributeError: 'NoneType' object has no attribute 'keys'
```1 parent 1937372 commit 4fd6ada
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
| |||
0 commit comments