codeigniter4 / translations

System message translations for CodeIgniter4
https://codeigniter4.github.io/translations/
MIT License
197 stars 206 forks source link

Add explicit options to enabled configurable fixers #233

Closed paulbalandan closed 3 years ago

paulbalandan commented 3 years ago

In nexusphp/cs-config v3.2.0, the AbstractRulesetTestCase now requires all enabled configurable fixers to explicitly define their respective configuration instead of relying on the defaults. This ensures that new and deprecated options will be captured by the ruleset.

While the standard defined here is not the official coding standard as the official one is under construction in the main repo, this check ensures scheduled builds will not be broken.