Browse Source

Added example

pull/12/head
Mykyta Solomko 5 years ago
parent
commit
1c8de5c07d
  1. 17
      README.md

17
README.md

@ -1,6 +1,23 @@
# Linter
Drone/Woodpecker CI "plugin"
```yaml
pipeline:
lint:
image: sevoid/linter:plugin
lint: shell
ignore:
- SC1234
- SC5678
files:
- ./foo/script1.sh
- ./foo/script2.sh
- ./bar/run-*
- check.sh
path:
- ./build/scripts
```
---
List of linters **to be installed**
* [PHP-CS-Fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer)

Loading…
Cancel
Save