Page MenuHomeDevCentral

Switch to Nasqueron codestyle
ClosedPublic

Authored by dereckson on Mar 12 2022, 14:38.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Nov 19, 18:13
Unknown Object (File)
Mon, Nov 18, 03:08
Unknown Object (File)
Sun, Nov 17, 04:51
Unknown Object (File)
Tue, Nov 12, 17:31
Unknown Object (File)
Tue, Nov 12, 07:21
Unknown Object (File)
Mon, Nov 11, 07:37
Unknown Object (File)
Sun, Nov 10, 04:48
Unknown Object (File)
Fri, Nov 8, 17:38
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.