-
my project:
classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.14.1"
my module:
apply plugin: 'io.gitlab.arturbosch.detekt'
detekt {
failFast = false
buildUponDefaul…
-
A CI basic infrastructure must be implemented in order to perform build and test tasks within all Gradle subprojects. Some deepening needs to be carried out, as integrating Gradle and Scala in a CI in…
-
**Author the user story for this feature**
Lets agree upon an intellij code style. Export it to Flank repo so we can make sure we all have the same styling applied.
Its to help eliminate styling…
Sloox updated
3 years ago
-
## Expected Behavior
One module which can be used across all embedders to run detekt.
Configuration is made via a `Spec` dsl.
The tooling api defines interfaces to run detekt according to the plu…
-
https://docs.codacy.com/chart/infrastructure/eks-quickstart/
id #shared-credentials-file not found https://registry.terraform.io/providers/hashicorp/aws/latest/docs#shared-credentials-file
https://do…
-
https://docs.codacy.com/related-tools/local-analysis/running-spotbugs/
id #commands-and-configuration not found https://github.com/codacy/codacy-analysis-cli#commands-and-configuration
id #install n…
-
## Expected Behavior
Gradle plugin is built with oldest supported version.
## Observed Behavior
Gradle plugin is built with latest supported version.
## Steps to Reproduce
## Context
S…
3flex updated
3 years ago
-
I have checkstyle plugin for Java in the project. In pom.xml I have such config that contains paths to checkstyle configuration and supressions files:
```
org.apache.maven.plugins
maven-c…
-
When `skip` flag is set to `true` plugin still being executed. Looks like it's being overridden during execution:
https://github.com/Ozsie/detekt-maven-plugin/blob/6e19807efc7d389d35c92414c1f93f5f0a…
-
Exception:
```
Caused by: groovy.lang.MissingPropertyException: No such property: generatedFilesBaseDir for class: java.lang.String
at com.google.protobuf.gradle.ProtobufPlugin$_addGenerateProtoT…