bazel_rules_detekt 用于的 (Kotlin静态分析工具)集成。 产品特点 配置文件和基准文件; HTML,文本和XML报告; ; 可定制的Detekt版本和JVM标志; 支持; 。 用法 WORKSPACE配置 首先,您需要在WORKSPACE文件中声明规则。 有关版本和SHA-256哈希值,请参阅。 load ( "@bazel_tools//tools/build_defs/repo:http.bzl" , "http_archive" ) rules_detekt_version = "see-github-releases-page" rules_detekt_sha = "see-github-releases-page" http_archive ( name = "rules_detekt" , sha256 = rules_d
2021-10-06 15:22:52 43KB Starlark
1
WIP: detekt-compiler-plugin 对将detekt集成为Kotlin编译器插件的实验支持 用法 plugins { id( " io.github.detekt.gradle.compiler-plugin " ) version " " } detekt { isEnabled = true // or with a property: System.getProperty("runDetekt") != null // everything from https://detekt.github.io/detekt/kotlindsl.html#options-for-detekt-configuration-closure // is supported to declare, only some options
2021-05-26 18:02:53 168KB Kotlin
1
detekt-1.16.0 源码包默认配置文件
2021-04-13 21:02:43 19KB detekt
1
detekt-maven-plugin:Detekt CLI的Maven包装器
2021-02-03 01:05:19 24KB plugin wrapper maven static-analysis
1