Set up a linter for project
Good day, team!
I would like to request the setup of a linter for our Unity project to automatically check the code for errors and adherence to style standards. This will help us maintain high code quality and prevent common mistakes.
Tasks:
- Create a
.gitlab-ci.yml
file in the root of the repository. - Configure the pipeline to run the linter for both C#.
- Create a merge request for review and merging of changes.
Resources:
- GitLab CI Documentation
- Roslyn Analyzers Documentation for C#
- Unity Guide: Debugging with Roslyn Analyzers
- Microsoft.Unity.Analyzers GitHub Repository
Note:
If you encounter any questions or issues during the setup, please let me know. We can work together to figure it out and set up the necessary tools.
Thank you for your understanding and assistance!