Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/sonar-fix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ jobs:
name: "Fix"
needs: detect-and-resolve
if: needs.detect-and-resolve.outputs.should_run == 'true'
uses: jon-lipsky-sonarsource/sonar-fix/.github/workflows/fix.yml@main
uses: jon-lipsky-sonarsource/sonar-fix/.github/workflows/fix.yml@v1
with:
sonar-project-key: ${{ vars.SONAR_PROJECT_KEY }}
sonar-org: ${{ vars.SONAR_ORG || vars.COPILOT_MCP_SONAR_ORG }}
Expand Down
7 changes: 7 additions & 0 deletions src/main/java/clipper2/SonarFixProbeV1Codex.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package clipper2;

Check warning on line 1 in src/main/java/clipper2/SonarFixProbeV1Codex.java

View check run for this annotation

SonarCloudDev5 / SonarCloud Code Analysis

Rename this package name to match the regular expression '^[a-z_]+(\.[a-z_][a-z0-9_]*)*$'.

See more on https://dev5.sc-dev5.io/project/issues?id=jon-lipsky-sonarsource_clipper2-java&issues=AZ3-lp_cYvQHKA37xHVJ&open=AZ3-lp_cYvQHKA37xHVJ&pullRequest=33

Check warning on line 1 in src/main/java/clipper2/SonarFixProbeV1Codex.java

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Rename this package name to match the regular expression '^[a-z_]+(\.[a-z_][a-z0-9_]*)*$'.

See more on https://sonarcloud.io/project/issues?id=jon-lipsky-sonarsource_clipper2-java&issues=AZ3-loGG26VVMQBhaVKs&open=AZ3-loGG26VVMQBhaVKs&pullRequest=33

public class SonarFixProbeV1Codex {
public void run() {
// Intentionally empty validation probe.
}
}
Loading