Page MenuHomeDevCentral

Switch to Nasqueron codestyle
ClosedPublic

Authored by dereckson on Mar 12 2022, 14:38.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 23, 21:26
Unknown Object (File)
Tue, Apr 23, 16:36
Unknown Object (File)
Fri, Apr 19, 16:42
Unknown Object (File)
Wed, Apr 17, 10:07
Unknown Object (File)
Mon, Apr 15, 06:32
Unknown Object (File)
Thu, Apr 11, 23:26
Unknown Object (File)
Wed, Apr 10, 14:59
Unknown Object (File)
Sun, Apr 7, 12:45
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.