Page MenuHomeDevCentral

Switch to Nasqueron codestyle
ClosedPublic

Authored by dereckson on Mar 12 2022, 14:38.
Tags
None
Referenced Files
F10946673: D2589.id6531.diff
Wed, Aug 6, 21:42
F10943705: D2589.id6531.diff
Wed, Aug 6, 18:51
F10939576: D2589.diff
Wed, Aug 6, 13:05
F10935921: D2589.id6532.diff
Wed, Aug 6, 01:17
Unknown Object (File)
Tue, Aug 5, 18:12
Unknown Object (File)
Tue, Jul 29, 02:33
Unknown Object (File)
Mon, Jul 28, 04:00
Unknown Object (File)
Sun, Jul 27, 10:23
Subscribers
None

Details

Summary

The code used tabs on some files instead of spaces.

This change converts tabs to spaces and import phpcs Nasqueron rules.

An exemption is granted for line length, to allow tests to have
a verbose explanation about how to fix the issue. That will avoid
to rewrite them using HEREDOC. This only apply to tests, not lib
or the helper trait.

Test Plan

phpcs

Diff Detail

Event Timeline

dereckson created this revision.
This revision is now accepted and ready to land.Mar 12 2022, 14:39
This revision was automatically updated to reflect the committed changes.