README.md in goodcheck-2.1.1 vs README.md in goodcheck-2.1.2
- old
+ new
@@ -275,11 +275,10 @@
## Importing rules
`goodcheck.yml` can have optional `import` attribute.
```yaml
-rules: []
import:
- /usr/share/goodcheck/rules.yml
- lib/goodcheck/rules.yml
- https://some.host/shared/rules.yml
```
@@ -295,10 +294,9 @@
## Excluding files
`goodcheck.yml` can have optional `exclude` attribute.
```yaml
-rules: []
exclude:
- node_modules
- vendor
```