Skip to content
Closed
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/sonar-fix-config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Per-repo override: route to Codex instead of the central default's Claude.
# Everything else (severities, rules allow/deny, etc.) inherits from
# config/default.yml in the central sonar-fix repo at run time.
agent: codex
agent: copilot
7 changes: 7 additions & 0 deletions src/main/java/clipper2/SonarFixProbeV1Copilot3.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/SonarFixProbeV1Copilot3.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_BWaEYvQHKA37xHnH&open=AZ3_BWaEYvQHKA37xHnH&pullRequest=36

Check warning on line 1 in src/main/java/clipper2/SonarFixProbeV1Copilot3.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_BeU9Ts7zzk5YXLYp&open=AZ3_BeU9Ts7zzk5YXLYp&pullRequest=36

public class SonarFixProbeV1Copilot3 {
public void run() {
// Intentionally empty — probe class used only for SonarQube fix-workflow validation
}
}
Loading