mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-04 08:39:27 +00:00
Add library containing detekt rules for apollo plugins
This commit is contained in:
@@ -15,6 +15,7 @@ detekt {
|
||||
|
||||
dependencies {
|
||||
detekt group: 'io.gitlab.arturbosch.detekt', name: 'detekt-formatting', version: detektVersion
|
||||
detekt project(':game:plugin-detekt-rules')
|
||||
}
|
||||
|
||||
sonarqube {
|
||||
|
||||
@@ -473,3 +473,7 @@ style:
|
||||
WildcardImport:
|
||||
active: false
|
||||
excludeImports: 'java.util.*,kotlinx.android.synthetic.*'
|
||||
|
||||
apollo-plugin:
|
||||
DeclarationInScript:
|
||||
active: true
|
||||
Reference in New Issue
Block a user