Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable Style Checks #186

Merged
merged 5 commits into from
Sep 12, 2023
Merged

Conversation

Ishad-M-I-M
Copy link
Collaborator

This PR introduces a workflow to enable style checks in code base.
Following are the linters used.

  • C/C++ - cpplint
  • Python - pylint
  • Dockerfile - hadolint
  • Shell - shfmt

Each check can be skipped by adding the labels with Skip <linter-name> Check

@Ishad-M-I-M Ishad-M-I-M added Skip cpplint Check to skip cpplint check Skip pylint Check to skip pylint check Skip shfmt Check to skip shfmt check labels Sep 11, 2023
@sonarcloud
Copy link

sonarcloud bot commented Sep 12, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@miyurud miyurud merged commit 74ec20a into miyurud:master Sep 12, 2023
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Skip cpplint Check to skip cpplint check Skip pylint Check to skip pylint check Skip shfmt Check to skip shfmt check
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants