We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b482f0f commit 5743ef3Copy full SHA for 5743ef3
.gitattributes
@@ -1,6 +1,7 @@
1
*.php text eol=lf
2
3
tests export-ignore
4
+tmp export-ignore
5
.coveralls.yml export-ignore
6
.gitattributes export-ignore
7
.gitignore export-ignore
phpcs.xml
@@ -4,6 +4,7 @@
<arg name="extensions" value="php"/>
<arg name="encoding" value="utf-8"/>
<arg name="tab-width" value="4"/>
+ <arg name="cache" value="tmp/cache/phpcs"/>
8
<arg value="sp"/>
9
<file>src</file>
10
<file>tests</file>
tmp/.gitignore
@@ -0,0 +1,3 @@
+*
+!cache
+!.*
tmp/cache/.gitignore
@@ -0,0 +1,2 @@
0 commit comments