2024-03-25 13:11:37 +00:00

30 lines
942 B
JSON

{
"version": "1.23.6",
"description": "A static code analysis tool for the Kotlin programming language",
"homepage": "https://github.com/detekt/detekt",
"license": "Apache-2.0",
"suggest": {
"JDK": [
"java/oraclejdk",
"java/openjdk"
]
},
"url": "https://github.com/detekt/detekt/releases/download/v1.23.6/detekt-cli-1.23.6.zip",
"hash": "6b4d41865b58baaff5ff931726b637cc3c2434f4c4f89b900b5829016d244abd",
"extract_dir": "detekt-cli-1.23.6",
"bin": [
[
"bin\\detekt-cli.bat",
"detekt"
]
],
"checkver": {
"url": "https://api.github.com/repositories/71729669/releases",
"regex": "detekt-cli-(?<version>[\\d.]+)\\.zip"
},
"autoupdate": {
"url": "https://github.com/detekt/detekt/releases/download/v$version/detekt-cli-$version.zip",
"extract_dir": "detekt-cli-$version"
}
}