com.github.rahulsom.linters
所有者: Rahul Somasunderam
检查javascript, lesscss和html代码。
https://github.com/rahulsom/linters
源代码: https://github.com/rahulsom/linters
使用 插件的DSL
plugins {
id("com.github.rahulsom.linters") version "0.2"
}
使用 遗留插件应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("gradle.plugin.com.github.rahulsom:gradle-linters-plugin:0.2")
}
}
apply(plugin = "com.github.rahulsom.linters")