Skip to content

Commit b5f32a3

Browse files
committed
2464: Static fix again, removed alpha publishing
1 parent cafcd6b commit b5f32a3

File tree

2 files changed

+2
-32
lines changed

2 files changed

+2
-32
lines changed

.github/workflows/gradlepublishalpha.yml

-31
This file was deleted.

src/main/java/com/magento/idea/magento2uct/execution/configurations/UctRunConfiguration.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@
4343
"PMD.NPathComplexity",
4444
"PMD.CyclomaticComplexity",
4545
"PMD.ExcessiveImports",
46-
"PMD.CognitiveComplexity"
46+
"PMD.CognitiveComplexity",
47+
"PMD.ExcessiveMethodLength"
4748
})
4849
public class UctRunConfiguration extends LocatableConfigurationBase<UctRunConfigurationOptions> {
4950

0 commit comments

Comments
 (0)