Skip to content

Commit 6763a8e

Browse files
committed
Update dot files and export-ignores
Signed-off-by: George Steel <[email protected]>
1 parent 637b0db commit 6763a8e

File tree

5 files changed

+3
-12
lines changed

5 files changed

+3
-12
lines changed

.coveralls.yml

-2
This file was deleted.

.docheader

-5
This file was deleted.

.gitattributes

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
/.coveralls.yml export-ignore
2-
/.docheader export-ignore
31
/.gitattributes export-ignore
42
/.github/ export-ignore
53
/.gitignore export-ignore
64
/docs/ export-ignore
75
/mkdocs.yml export-ignore
86
/phpcs.xml export-ignore
7+
/psalm.xml export-ignore
98
/phpunit.xml.dist export-ignore
109
/test/ export-ignore
10+
/renovate.json export-ignore

.gitignore

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
/.phpunit.result.cache
2-
/clover.xml
3-
/coveralls-upload.json
42
/docs/html/
53
/laminas-mkdoc-theme.tgz
64
/laminas-mkdoc-theme/

phpcs.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<arg name="parallel" value="80"/>
1010

1111
<!-- Show progress -->
12-
<arg value="p"/>
12+
<arg value="ps"/>
1313

1414
<!-- Paths to check -->
1515
<file>src</file>

0 commit comments

Comments
 (0)