We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65e8db5 commit 771b165Copy full SHA for 771b165
README.md
@@ -1 +1,16 @@
1
# docker-phpcs-drupal
2
+
3
+## How to use
4
+Go to needed module or file
5
+```
6
+cd /path/to/check
7
8
+By default we call phpcs from container
9
10
+docker run --rm -v $(pwd):/work docker-phpcs-drupal ./
11
12
13
+To call phpcbf you need rewrite entrypoint directive
14
15
+docker run --rm -v $(pwd):/work --entrypoint=phpcbf docker-phpcs-drupal --standard=Drupal ./
16
0 commit comments