Skip to content

Commit

Permalink
Update diff.groovy
Browse files Browse the repository at this point in the history
Issue checkstyle#273: converts diff.groovy to use Checkstyle's CLI
  • Loading branch information
Mansi8874 authored May 20, 2023
1 parent 0a72c4e commit 9470251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checkstyle-tester/diff.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ def generateCheckstyleReport(cfg) {
def srcDir = getOsSpecificPath("src", "main", "java")
def reposDir = 'repositories'
def reportsDir = 'reports'
makeWorkDirsIfNotExist(srcDir, reposDir, reportsDir)
makeWorkDirsIfNotExist(reposDir, reportsDir)

final REPO_NAME_PARAM_NO = 0
final REPO_TYPE_PARAM_NO = 1
Expand Down

0 comments on commit 9470251

Please sign in to comment.