mirror of
https://github.com/jlengrand/detekt.git
synced 2026-03-10 08:11:23 +00:00
Prepare 1.9.0 release (#2676)
This commit is contained in:
@@ -14,7 +14,7 @@ final class Report {
|
||||
|
||||
if (args.size() > 3) throw new IllegalArgumentException("Usage: [userId] [repositoryId] [milestoneId]")
|
||||
|
||||
def user = args.size() > 0 ? args[0] : "arturbosch"
|
||||
def user = args.size() > 0 ? args[0] : "detekt"
|
||||
def repo = args.size() > 1 ? args[1] : "detekt"
|
||||
|
||||
def github = GitHub.connectAnonymously()
|
||||
|
||||
Reference in New Issue
Block a user