Skip to content

Cleanup hierarchy

Cleanup hierarchy #5

Triggered via pull request April 22, 2024 21:13
Status Failure
Total duration 3m 40s
Artifacts

check-code-style.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 7 warnings
Inspection
Issues found.
Inspection
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Inspection: UnityProject/Assets/NewBehaviourScript.cs#L1
"[RedundantUsingDirective] Using directive is not required by the code and can be safely removed" on /__w/unity-code-cleanup-tests/unity-code-cleanup-tests/UnityProject/Assets/NewBehaviourScript.cs
Inspection: UnityProject/Assets/NewBehaviourScript.cs#L2
"[RedundantUsingDirective] Using directive is not required by the code and can be safely removed" on /__w/unity-code-cleanup-tests/unity-code-cleanup-tests/UnityProject/Assets/NewBehaviourScript.cs(2,26)
Inspection: UnityProject/Assets/NewBehaviourScript.cs#L5
"[CheckNamespace] Namespace does not correspond to file location, must be: 'Assets'" on /__w/unity-code-cleanup-tests/unity-code-cleanup-tests/UnityProject/Assets/NewBehaviourScript.cs(5,93)
Inspection: UnityProject/Assets/NewBehaviourScript.cs#L7
"[NotAccessedField.Compiler] Field 'myInt' is assigned but its value is never used" on /__w/unity-code-cleanup-tests/unity-code-cleanup-tests/UnityProject/Assets/NewBehaviourScript.cs(7,146)
Inspection: UnityProject/Assets/NewBehaviourScript.cs#L9
"[UnusedMember.Local] Method 'Start' is never used" on /__w/unity-code-cleanup-tests/unity-code-cleanup-tests/UnityProject/Assets/NewBehaviourScript.cs(9,219)
Inspection: UnityProject/Assets/NewBehaviourScript.cs#L15
"[UnusedMember.Local] Method 'Update' is never used" on /__w/unity-code-cleanup-tests/unity-code-cleanup-tests/UnityProject/Assets/NewBehaviourScript.cs(15,297)