Page MenuHomeDevCentral

Switch to Nasqueron codestyle
ClosedPublic

Authored by dereckson on Mar 12 2022, 14:38.
Tags
None
Referenced Files
F12210171: D2589.id6531.diff
Tue, Oct 7, 11:38
Unknown Object (File)
Tue, Oct 7, 00:45
Unknown Object (File)
Sat, Oct 4, 11:24
Unknown Object (File)
Fri, Oct 3, 05:22
Unknown Object (File)
Sun, Sep 28, 16:34
Unknown Object (File)
Sat, Sep 27, 00:37
Unknown Object (File)
Thu, Sep 25, 07:13
Unknown Object (File)
Thu, Sep 25, 07:12
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.