Skip to content
Snippets Groups Projects
Commit 28dc2d30 authored by Erik Oudsen's avatar Erik Oudsen
Browse files

Used wrong Gradle taske, thus ommitting the checkstyle errors, apolagies. Should be fixed now.

parent ffe6a3f9
No related branches found
No related tags found
2 merge requests!131Release v2.1.0,!124Strew analyzer with files without test crashes worker
Pipeline #215880 passed
...@@ -102,7 +102,8 @@ public class StrewAnalyzerTest { ...@@ -102,7 +102,8 @@ public class StrewAnalyzerTest {
projectEntity.addMetric(new DoubleMetric(0.0, projectEntity.addMetric(new DoubleMetric(0.0,
MetricName.RELATIVE_DEPTH_INHERITANCE_TREE)); MetricName.RELATIVE_DEPTH_INHERITANCE_TREE));
projectEntity.addMetric(new DoubleMetric(0.0, MetricName.RELATIVE_CYCLOMATIC_COMPLEXITY)); projectEntity.addMetric(new DoubleMetric(0.0, MetricName.RELATIVE_CYCLOMATIC_COMPLEXITY));
projectEntity.addMetric(new DoubleMetric(0.0, MetricName.RELATIVE_COUPLING_BETWEEN_OBJECTS)); projectEntity.addMetric(new DoubleMetric(0.0,
MetricName.RELATIVE_COUPLING_BETWEEN_OBJECTS));
final var fileEntity = new FileEntity( final var fileEntity = new FileEntity(
projectEntity, projectEntity,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment