-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update .gitattributes and move ci-integration.sh to root of the project
- Loading branch information
1 parent
83460b5
commit d77b693
Showing
5 changed files
with
20 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,26 @@ | ||
# @TODO 3.0 replace following `tests/... export-ignore` with single `tests/ export-ignore` | ||
tests/**/*Test.php export-ignore | ||
tests/AbstractDoctrineAnnotationFixerTestCase.php export-ignore | ||
tests/Differ/AbstractDifferTestCase.php export-ignore | ||
tests/Fixtures/ export-ignore | ||
tests/Linter/AbstractLinterTestCase.php export-ignore | ||
tests/Report/AbstractReporterTestCase.php export-ignore | ||
tests/Test/AbstractFixerWithAliasedOptionsTestCase.php export-ignore | ||
tests/Test/AbstractTransformerTestCase.php export-ignore | ||
/tests/**/*Test.php export-ignore | ||
/tests/AbstractDoctrineAnnotationFixerTestCase.php export-ignore | ||
/tests/Differ/AbstractDifferTestCase.php export-ignore | ||
/tests/Fixtures/ export-ignore | ||
/tests/Linter/AbstractLinterTestCase.php export-ignore | ||
/tests/Report/AbstractReporterTestCase.php export-ignore | ||
/tests/Test/AbstractFixerWithAliasedOptionsTestCase.php export-ignore | ||
/tests/Test/AbstractTransformerTestCase.php export-ignore | ||
|
||
.appveyor.yml export-ignore | ||
.circleci/ export-ignore | ||
.composer-require-checker.json export-ignore | ||
.editorconfig export-ignore | ||
.gitattributes export-ignore | ||
.github/ export-ignore | ||
.gitignore export-ignore | ||
.travis.yml export-ignore | ||
benchmark.sh export-ignore | ||
box.json export-ignore | ||
check_trailing_spaces.sh export-ignore | ||
phpmd.xml export-ignore | ||
phpunit.xml.dist export-ignore | ||
/dev-tools export-ignore | ||
/.* export-ignore | ||
/benchmark.sh export-ignore | ||
/box.json.dist export-ignore | ||
/check_trailing_spaces.sh export-ignore | ||
/phpmd.xml export-ignore | ||
/phpstan.neon export-ignore | ||
/phpunit.xml.dist export-ignore | ||
|
||
* text=auto eol=lf | ||
*.php text whitespace=blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=4 diff=php | ||
*.json text whitespace=blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=4 | ||
*.yml text whitespace=blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=4 | ||
*.md text whitespace=blank-at-eol,blank-at-eof | ||
*.rst text whitespace=blank-at-eol,blank-at-eof | ||
tests/Fixtures/**/* -text | ||
/tests/Fixtures/**/* -text |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters