Skip to content

Demo proposal: Set up a CI with linting and SonarCloud checks, week 2 - #2974

Open
williamnordwall wants to merge 4 commits into
KTH:2026from
williamnordwall:2026
Open

Demo proposal: Set up a CI with linting and SonarCloud checks, week 2#2974
williamnordwall wants to merge 4 commits into
KTH:2026from
williamnordwall:2026

Conversation

@williamnordwall

@williamnordwall williamnordwall commented Sep 3, 2026

Copy link
Copy Markdown

Assignment Proposal

Title

Setup automated linting and code checks with SonarCloud

Names and KTH ID

Deadline

  • Week 2

Category

  • Demo

Description

We want to set up a GitHub Actions CI which runs linting on each PR to check for correct formatting.
The CI will also use SonarCloud to scan the code for code quality issues. These can be issues such as unused variables, functions with high complexity or having poor test coverage (<80%).

In the demo we will first show a functioning application. We will then demonstrate what happens if we push code that is poorly formatted or has one or more of the issues above that SonarCloud will find.

Relevance

Ensuring high code quality is an important part of DevOps.
Linting code to check for correct formatting helps with clarity, and using SonarCloud to check for code issues such as the ones mentioned above also improves the quality of the code.

@github-actions github-actions Bot added the demo One of the task categories listed in README.md label Sep 3, 2026
@algomaster99

Copy link
Copy Markdown
Collaborator

The group folder should be inside a week folder !

@frankreyesgarcia frankreyesgarcia self-assigned this Sep 3, 2026
@frankreyesgarcia

Copy link
Copy Markdown
Collaborator

Hi, the proposal sounds good. Please clarify what other issues you want to report.

@iAmSamFlo

Copy link
Copy Markdown

@frankreyesgarcia We've added some clarifications as recommended. Please let us know if you need more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

demo One of the task categories listed in README.md

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants