Skip to content

testing

testing #312

Triggered via pull request April 7, 2025 22:13
Status Success
Total duration 21s
Artifacts

lint.yml

on: pull_request_target
Run linters
13s
Run linters
Fit to window
Zoom out
Zoom in

Annotations

50 errors and 1 warning
webroot/panel/modal/pi_search.php#L8
Blank line found at start of control structure (Squiz.WhiteSpace.ControlStructureSpacing.SpacingAfterOpen)
webroot/panel/modal/pi_search.php#L10
Line indented incorrectly; expected at least 4 spaces, found 0 (Generic.WhiteSpace.ScopeIndent.Incorrect)
webroot/panel/modal/pi_search.php#L12
Line indented incorrectly; expected at least 4 spaces, found 0 (Generic.WhiteSpace.ScopeIndent.Incorrect)
webroot/panel/modal/pi_search.php#L14
Line indented incorrectly; expected at least 4 spaces, found 0 (Generic.WhiteSpace.ScopeIndent.Incorrect)
webroot/panel/modal/pi_search.php#L15
Line indented incorrectly; expected 4 spaces, found 0 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
webroot/panel/modal/pi_search.php#L16
Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
webroot/panel/modal/pi_search.php#L18
Line indented incorrectly; expected 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
webroot/panel/modal/pi_search.php#L19
Line indented incorrectly; expected at least 12 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.Incorrect)
webroot/panel/modal/pi_search.php#L20
Line indented incorrectly; expected 12 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
webroot/panel/modal/pi_search.php#L21
Line indented incorrectly; expected at least 16 spaces, found 12 (Generic.WhiteSpace.ScopeIndent.Incorrect)
webroot/panel/modal/pi_search.php#L22
Line indented incorrectly; expected 12 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
webroot/panel/modal/pi_search.php#L23
Line indented incorrectly; expected 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
webroot/panel/modal/pi_search.php#L24
Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
webroot/panel/modal/pi_search.php#L25
Line indented incorrectly; expected 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
webroot/panel/modal/pi_search.php#L26
Line indented incorrectly; expected 12 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
webroot/panel/modal/pi_search.php#L27
Line indented incorrectly; expected at least 16 spaces, found 12 (Generic.WhiteSpace.ScopeIndent.Incorrect)
webroot/panel/modal/pi_search.php#L28
Line indented incorrectly; expected 16 spaces, found 12 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
webroot/panel/modal/pi_search.php#L29
Line indented incorrectly; expected at least 20 spaces, found 16 (Generic.WhiteSpace.ScopeIndent.Incorrect)
webroot/panel/modal/pi_search.php#L30
Line indented incorrectly; expected 16 spaces, found 12 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
webroot/panel/modal/pi_search.php#L31
Line indented incorrectly; expected 12 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
webroot/panel/modal/pi_search.php#L32
Line indented incorrectly; expected 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
webroot/panel/modal/pi_search.php#L33
Line indented incorrectly; expected 4 spaces, found 0 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
webroot/panel/modal/pi_search.php#L35
Line indented incorrectly; expected 4 spaces, found 0 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
webroot/panel/modal/pi_search.php#L36
Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
webroot/panel/modal/pi_search.php#L37
Line indented incorrectly; expected 4 spaces, found 0 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
webroot/panel/modal/pi_search.php#L38
Blank line found at end of control structure (Squiz.WhiteSpace.ControlStructureSpacing.SpacingBeforeClose)
test/functional/LoginShellSetTest.php#L10
Opening brace of a class must be on the line after the definition (PSR2.Classes.ClassDeclaration.OpenBraceNewLine)
test/functional/LoginShellSetTest.php#L14
Opening brace should be on a new line (Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine)
test/functional/LoginShellSetTest.php#L18
Function closing brace must go on the next line following the body; found 1 blank lines before brace (PSR2.Methods.FunctionClosingBrace.SpacingBeforeClose)
test/functional/LoginShellSetTest.php#L20
Opening brace should be on a new line (Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine)
test/functional/LoginShellSetTest.php#L24
Opening brace should be on a new line (Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine)
test/functional/LoginShellSetTest.php#L31
Method name "LoginShellSetTest::contains_any_multibyte" is not in camel caps format (PSR1.Methods.CamelCapsMethodName.NotCamelCaps)
test/functional/LoginShellSetTest.php#L31
Opening brace should be on a new line (Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine)
test/functional/LoginShellSetTest.php#L35
Method name "LoginShellSetTest::set_login_shell_custom" is not in camel caps format (PSR1.Methods.CamelCapsMethodName.NotCamelCaps)
test/functional/LoginShellSetTest.php#L35
Opening brace should be on a new line (Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine)
test/functional/LoginShellSetTest.php#L42
Method name "LoginShellSetTest::set_login_shell_select" is not in camel caps format (PSR1.Methods.CamelCapsMethodName.NotCamelCaps)
test/functional/LoginShellSetTest.php#L42
Opening brace should be on a new line (Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine)
test/functional/LoginShellSetTest.php#L49
Method name "LoginShellSetTest::shell_provider" is not in camel caps format (PSR1.Methods.CamelCapsMethodName.NotCamelCaps)
test/functional/LoginShellSetTest.php#L49
Opening brace should be on a new line (Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine)
test/functional/LoginShellSetTest.php#L51
Expected 1 space after FUNCTION keyword; 0 found (Squiz.Functions.MultiLineFunctionDeclaration.SpaceAfterFunction)
test/functional/LoginShellSetTest.php#L51
Opening brace must be the last content on the line (Squiz.Functions.MultiLineFunctionDeclaration.ContentAfterBrace)
test/functional/LoginShellSetTest.php#L51
Expected 1 space before opening brace; found 0 (Squiz.Functions.MultiLineFunctionDeclaration.SpaceBeforeBrace)
test/functional/LoginShellSetTest.php#L51
Closing brace must be on a line by itself (Squiz.WhiteSpace.ScopeClosingBrace.ContentBefore)
test/functional/LoginShellSetTest.php#L51
Each PHP statement must be on a line by itself (Generic.Formatting.DisallowMultipleStatements.SameLine)
test/functional/LoginShellSetTest.php#L55
Method name "LoginShellSetTest::test_set_login_shell_custom" is not in camel caps format (PSR1.Methods.CamelCapsMethodName.NotCamelCaps)
test/functional/LoginShellSetTest.php#L55
Opening brace should be on a new line (Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine)
test/functional/LoginShellSetTest.php#L66
Method name "LoginShellSetTest::test_set_login_shell_select" is not in camel caps format (PSR1.Methods.CamelCapsMethodName.NotCamelCaps)
test/functional/LoginShellSetTest.php#L66
Opening brace should be on a new line (Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine)
test/functional/AccountDeletionRequestTest.php#L7
Opening brace of a class must be on the line after the definition (PSR2.Classes.ClassDeclaration.OpenBraceNewLine)
test/functional/AccountDeletionRequestTest.php#L10
Opening brace should be on a new line (Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine)
Run linters
The process '/usr/bin/git' failed with exit code 128