Page MenuHomeDevCentral

Switch to Nasqueron codestyle
ClosedPublic

Authored by dereckson on Mar 12 2022, 14:38.
Tags
None
Referenced Files
F3768304: D2589.id6531.diff
Sat, Nov 23, 07:25
F3768254: D2589.id6532.diff
Sat, Nov 23, 07:15
F3767952: D2589.diff
Sat, Nov 23, 04:27
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
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

Repository
rTESTSPRODENV Test suite for operations: prod-environment-behaves-correctly
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.