Skip to content

Commit 18bd25a

Browse files
committed
added how to use DrupalSecure to Readme
1 parent bde9f73 commit 18bd25a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ To call phpcbf you need to override default command
1717
docker run --rm -v $(pwd):/work skilldlabs/docker-phpcs-drupal phpcbf --standard=Drupal .
1818
```
1919

20+
To call DrupalSecure check (https://www.drupal.org/sandbox/coltrane/1921926)
21+
```
22+
docker run --rm -v $(pwd):/work skilldlabs/docker-phpcs-drupal phpcs --standard=DrupalSecure .
23+
```
24+
2025
## Shortening of container name
2126

2227
```

0 commit comments

Comments
 (0)