enable linting #28
ci.yml
on: pull_request
Check Code Format
25s
Run Code Linting
3m 50s
Annotations
2 errors and 8 warnings
Run Code Linting
Cannot build untitled scene.
|
Run Code Linting
Build failed with exit code 103
|
Check Code Format
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run Code Linting
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run Code Linting
Library folder does not exist.
Consider setting up caching to speed up your workflow,
if this is not your first build.
|
Run Code Linting
Assembly for Assembly Definition File 'Assets/Dojo/Editor/DojoEditor.asmdef' will not be compiled, because it has no scripts associated with it.
|
Run Code Linting
Assets/Spawn And Move/ChatManager.cs(64,16): warning CS0108: 'ChatManager.SendMessage(string)' hides inherited member 'Component.SendMessage(string)'. Use the new keyword if hiding was intended.
|
Run Code Linting
Assets/Spawn And Move/Models/ns-PlayerConfig.gen.cs(36,19): warning CS0108: 'ns_PlayerConfig.name' hides inherited member 'Object.name'. Use the new keyword if hiding was intended.
|
Run Code Linting
Assets/Spawn And Move/Models/ns-ServerProfile.gen.cs(28,19): warning CS0108: 'ns_ServerProfile.name' hides inherited member 'Object.name'. Use the new keyword if hiding was intended.
|
Run Code Linting
Assets/Spawn And Move/ChatManager.cs(26,16): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|