Skip to content

Commit

Permalink
[SQ] Linked to SQ in README, more info on SQ voter
Browse files Browse the repository at this point in the history
  • Loading branch information
RJMurg committed Aug 12, 2024
1 parent 166daa6 commit ab8d448
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This will improve the Dx as less time is required to write custom voters for eac
Minimal modifications should be required to these voters to make them applicable to your project.

## Wave 1 Voters
- SonarQube
- [SonarQube](./sonarqube/)
- Spell Check
- File Existence Checks
- Link Resolution Checks
Expand Down
4 changes: 3 additions & 1 deletion sonarqube/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# SonarQube Voter
SonarQube is a code analysis tool that analyses the quality, format and security of code.

It provides a simple 'go/no go' system, AKA the voter passes if there are no issues, and fails if there are
It provides a simple 'go/no go' system, AKA the voter passes if there are no issues, and fails if there are.

SonarQube is run on a branch, as opposed to running as a Pull Request Check, due to licensing issues.

## Configuration
> [!NOTE]
Expand Down

0 comments on commit ab8d448

Please sign in to comment.