fabbot is a validation service for
Github pull requests. Currently, it does the following checks:
Fixes common English typos;
Enforces PHP coding standards (PSR-1 and PSR-2);
Runs PHP CS Fixer;
Optimizes some PHPUnit calls;
Checks for invalid JSON and YAML files;
Unifies PHP usage;
Fixes PHPDoc common mistakes;
Checks file permissions;
Checks the pull request contribution header — Symfony specific;
Checks project license header in PHP files — limited to some projects.
Latest Checks on Public Pull Requests
[WIP] LiveUrl
symfony/ux#2673@043ebdc
by @mbuliard
[DependencyInjection] Make `DefinitionErrorExceptionPass` consider `IGNORE_ON_UNINITIALIZED_REFERENCE` and `RUNTIME_EXCEPTION_ON_INVALID_REFERENCE` the same
symfony/symfony#60423@506695c
by @MatTheCat
[LiveComponent] add property name to modifier function
symfony/ux#2744@fbdcfda
by @jannes-io
[RFC] use singular folder pattern like other components codes
symfony/ux#2743@c0e37e0
by @94noni
[Lock] Add namespace support to Redis & Memcache lock stores
symfony/symfony#60227@788c1c1
by @WaylandAce
[Mime] Update mime types
symfony/symfony#60438@64b3010
by @Bradez
[Mailer][SendGrid] add support for scheduling delivery via `send_at` API parameter
symfony/symfony#60372@a317491
by @MrMitch
[ObjectMapper] Add MappingException, MapCollection and MapTree attributes