Skip to content

Commit

Permalink
Issue checkstyle#12311: checker-framework.groovy depends too much on …
Browse files Browse the repository at this point in the history
…name of repo
  • Loading branch information
nrmancuso committed Oct 23, 2022
1 parent 469a4a8 commit 9d1a65d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/checker-framework.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ private static String getOsSpecificCmd(final String cmd) {
private static List<CheckerFrameworkError> getErrorFromText(final List<List<String>> errorsList) {
final List<CheckerFrameworkError> errors = new ArrayList<>()
final Pattern errorExtractingPattern = Pattern
.compile('.*[\\\\/](checkstyle[\\\\/]src.*\\.java):\\[(\\d+)[^]]*][^\\[]*\\[([^]]*)](.*)')
.compile('.*[\\\\/](.*[\\\\/]src.*\\.java):\\[(\\d+)[^]]*][^\\[]*\\[([^]]*)](.*)')
final Pattern filePathExtractingPattern = Pattern.compile('\\[WARNING] (.*\\.java)')
final int fileNameGroup = 1
final int lineNumberGroup = 2
Expand Down

0 comments on commit 9d1a65d

Please sign in to comment.