-
Notifications
You must be signed in to change notification settings - Fork 114
Checking coding convention in CI #586
Copy link
Copy link
Open
Labels
Kind: Enhancement 🌟Level: Moderate (2)Target: Developer environmentDeveloper environment issues consist of CodeCompass or 3rd-party build tooling, configuration or CI.Developer environment issues consist of CodeCompass or 3rd-party build tooling, configuration or CI.
Milestone
Metadata
Metadata
Assignees
Labels
Kind: Enhancement 🌟Level: Moderate (2)Target: Developer environmentDeveloper environment issues consist of CodeCompass or 3rd-party build tooling, configuration or CI.Developer environment issues consist of CodeCompass or 3rd-party build tooling, configuration or CI.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Currently there is only one job in the GitHub workflow that is responsible for building and testing CC. There should be another job that is runs a coding convention check on the code, and shows discrepancies.
This job should run in parallel with the building and parsing job without impeding this job. It should check C++, JavaScript, Java, and C# code. E.g. for C++, clang-format could do the work well.