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 7fa6168 commit 67d13f5Copy full SHA for 67d13f5
README.md
@@ -5,13 +5,17 @@ HDNET Coding Standars für PHP
5
```sh
6
brew tap HDNET/homebrew-hdnet
7
brew install hdnet-coding-standards
8
+ brew install python3
9
+ pip3 install pre-commit
10
+```
11
+
12
+Im Projekt:
13
+pre-commit einrichten: http://pre-commit.com/#usage
14
+```sh
15
+ pre-commit install
16
```
17
### Team Black
18
CodingStandard setzen
19
20
phpcs --config-set default_standard HDNETBlack
21
-GitTemplate Standard setzen
-```sh
- git config --global init.templatedir `brew --prefix`/opt/hdnet-coding-standards/share/git-templates/template-black/
-```
0 commit comments