这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ It has been extracted as a separate project to make maintenance easier and enabl
| rector | [Tool for instant code upgrades and refactoring](https://github.com/rectorphp/rector) | ✅ | ✅ | ✅ |
| roave-backward-compatibility-check | [Tool to compare two revisions of a class API to check for BC breaks](https://github.com/Roave/BackwardCompatibilityCheck) | ✅ | ✅ | ✅ |
| simple-phpunit | [Provides utilities to report legacy tests and usage of deprecated code](https://symfony.com/doc/current/components/phpunit_bridge.html) | ✅ | ✅ | ✅ |
| twig-cs-fixer | [Automatically corrects twig files following the official coding standard rules](https://github.com/VincentLanglet/Twig-CS-Fixer) | ✅ | ✅ | ✅ |
| twig-lint | [Standalone cli twig 1.X linter](https://github.com/asm89/twig-lint) | ✅ | ✅ | ✅ |
| twig-linter | [Standalone cli twig 3.X linter](https://github.com/sserbin/twig-linter) | ✅ | ✅ | ✅ |
| twigcs | [The missing checkstyle for twig!](https://github.com/friendsoftwig/twigcs) | ✅ | ✅ | ✅ |
Expand Down
14 changes: 14 additions & 0 deletions resources/checkstyle.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,20 @@
},
"test": "twigcs --help",
"tags": ["checkstyle"]
},
{
"name": "twig-cs-fixer",
"summary": "Automatically corrects twig files following the official coding standard rules",
"website": "https://github.com/VincentLanglet/Twig-CS-Fixer",
"command": {
"composer-bin-plugin": {
"package": "vincentlanglet/twig-cs-fixer",
"namespace": "twig-cs-fixer",
"links": {"%target-dir%/twig-cs-fixer": "twig-cs-fixer"}
}
},
"test": "twig-cs-fixer --help",
"tags": ["checkstyle"]
}
]
}