Page MenuHomeDevCentral

Switch to Nasqueron codestyle
ClosedPublic

Authored by dereckson on Mar 12 2022, 14:38.
Tags
None
Referenced Files
F46973868: D2589.id6532.diff
Sat, Aug 29, 05:43
Unknown Object (File)
Thu, Aug 27, 23:05
Unknown Object (File)
Sun, Aug 23, 13:08
Unknown Object (File)
Sat, Aug 22, 19:26
Unknown Object (File)
Thu, Aug 20, 09:12
Unknown Object (File)
Wed, Aug 19, 13:36
Unknown Object (File)
Tue, Aug 18, 06:52
Unknown Object (File)
Tue, Aug 18, 06:20
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.