Skip to content

Commit cc5a19b

Browse files
committed
Excluded docs from git archive
1 parent 62b1da8 commit cc5a19b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ phpunit.xml.dist export-ignore
2020
phpstan.neon export-ignore
2121
.phive export-ignore
2222
/tests export-ignore
23+
/docs export-ignore

CakePHP/ruleset.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<exclude name="PSR12.Files.FileHeader.SpacingAfterDocblockBlock"/>
1717
<exclude name="PSR12.Files.FileHeader.IncorrectOrder"/>
1818
<exclude name="PSR12.Files.FileHeader.SpacingAfterUseBlock"/>
19+
<exclude name="PSR12.Files.FileHeader.SpacingAfterUseFunctionBlock"/>
1920
<!--
2021
Property and method names with underscore prefix are allowed in CakePHP.
2122
Not using underscore prefix is a recommendation of PSR2, not a requirement.

0 commit comments

Comments
 (0)