Skip to content

Commit 3f43a14

Browse files
author
Christian Wimmer
committed
[GR-10470] Unify and simplify checkstyle definitions.
PullRequest: graal/10753
2 parents 12525bb + 8f45204 commit 3f43a14

File tree

224 files changed

+155
-1819
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

224 files changed

+155
-1819
lines changed

substratevm/mx.substratevm/suite.py

Lines changed: 16 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -387,9 +387,8 @@
387387
"dependencies": [
388388
"com.oracle.svm.common",
389389
],
390-
"checkstyle": "com.oracle.graal.pointsto",
390+
"checkstyle": "com.oracle.svm.core",
391391
"javaCompliance": "11+",
392-
"checkstyleVersion" : "8.36.1",
393392
"annotationProcessors": [
394393
"compiler:GRAAL_PROCESSOR",
395394
],
@@ -647,8 +646,7 @@
647646
"requires" : [
648647
"jdk.management",
649648
],
650-
"checkstyle": "com.oracle.svm.driver",
651-
"checkstyleVersion" : "8.36.1",
649+
"checkstyle": "com.oracle.svm.hosted",
652650
"workingSets": "SVM",
653651
"annotationProcessors": [
654652
"compiler:GRAAL_PROCESSOR",
@@ -772,7 +770,7 @@
772770
"subDir": "src",
773771
"sourceDirs" : ["src"],
774772
"dependencies" : ["com.oracle.svm.core"],
775-
"checkstyle" : "com.oracle.svm.truffle",
773+
"checkstyle" : "com.oracle.svm.hosted",
776774
"javaCompliance": "11+",
777775
"annotationProcessors" : [
778776
"compiler:GRAAL_PROCESSOR",
@@ -852,7 +850,7 @@
852850
"requires" : [
853851
"jdk.unsupported",
854852
],
855-
"checkstyle": "com.oracle.svm.truffle",
853+
"checkstyle": "com.oracle.svm.core",
856854
"javaCompliance": "11+",
857855
"annotationProcessors": [
858856
"compiler:GRAAL_PROCESSOR",
@@ -866,7 +864,7 @@
866864
"dependencies": [
867865
"com.oracle.svm.core",
868866
],
869-
"checkstyle": "com.oracle.svm.truffle",
867+
"checkstyle": "com.oracle.svm.core",
870868
"javaCompliance": "11+",
871869
"annotationProcessors": [
872870
"compiler:GRAAL_PROCESSOR",
@@ -883,9 +881,8 @@
883881
"requires" : [
884882
"jdk.unsupported",
885883
],
886-
"checkstyle": "com.oracle.svm.truffle",
884+
"checkstyle": "com.oracle.svm.hosted",
887885
"javaCompliance": "11+",
888-
"checkstyleVersion" : "8.36.1",
889886
"annotationProcessors": [
890887
"compiler:GRAAL_PROCESSOR",
891888
],
@@ -901,7 +898,7 @@
901898
"requires": [
902899
"jdk.unsupported", # workaround to make TRUFFLE_DSL_PROCESSOR work with ECJ
903900
],
904-
"checkstyle": "com.oracle.svm.truffle",
901+
"checkstyle": "com.oracle.svm.hosted",
905902
"javaCompliance": "11+",
906903
"annotationProcessors": [
907904
"truffle:TRUFFLE_DSL_PROCESSOR",
@@ -916,7 +913,7 @@
916913
"com.oracle.svm.truffle.nfi",
917914
"com.oracle.svm.core.posix",
918915
],
919-
"checkstyle": "com.oracle.svm.truffle",
916+
"checkstyle": "com.oracle.svm.hosted",
920917
"javaCompliance": "11+",
921918
"annotationProcessors": [
922919
"truffle:TRUFFLE_DSL_PROCESSOR",
@@ -931,7 +928,7 @@
931928
"com.oracle.svm.truffle.nfi",
932929
"com.oracle.svm.core.windows",
933930
],
934-
"checkstyle": "com.oracle.svm.truffle",
931+
"checkstyle": "com.oracle.svm.hosted",
935932
"javaCompliance": "11+",
936933
"annotationProcessors": [
937934
"truffle:TRUFFLE_DSL_PROCESSOR",
@@ -945,7 +942,7 @@
945942
"generatedDependencies": [
946943
"com.oracle.svm.graal",
947944
],
948-
"checkstyle": "com.oracle.svm.truffle",
945+
"checkstyle": "com.oracle.svm.core",
949946
"javaCompliance": "11+",
950947
"annotationProcessors": [
951948
"compiler:GRAAL_PROCESSOR",
@@ -964,8 +961,7 @@
964961
"sdk:GRAAL_SDK",
965962
"com.oracle.svm.hosted",
966963
],
967-
"checkstyle": "org.graalvm.polyglot.nativeapi",
968-
"checkstyleVersion" : "8.36.1",
964+
"checkstyle": "com.oracle.svm.core",
969965
"javaCompliance": "11+",
970966
"annotationProcessors" : [
971967
"compiler:GRAAL_PROCESSOR",
@@ -1003,7 +999,7 @@
1003999
"dependencies": [
10041000
"com.oracle.svm.core",
10051001
],
1006-
"checkstyle": "com.oracle.svm.driver",
1002+
"checkstyle": "com.oracle.svm.hosted",
10071003
"workingSets": "SVM",
10081004
"annotationProcessors": [
10091005
],
@@ -1019,7 +1015,7 @@
10191015
"dependencies": [
10201016
"com.oracle.svm.jni",
10211017
],
1022-
"checkstyle": "com.oracle.svm.driver",
1018+
"checkstyle": "com.oracle.svm.hosted",
10231019
"workingSets": "SVM",
10241020
"annotationProcessors": [
10251021
"compiler:GRAAL_PROCESSOR",
@@ -1039,7 +1035,7 @@
10391035
"com.oracle.svm.configure",
10401036
"com.oracle.svm.driver",
10411037
],
1042-
"checkstyle": "com.oracle.svm.driver",
1038+
"checkstyle": "com.oracle.svm.hosted",
10431039
"workingSets": "SVM",
10441040
"annotationProcessors": [
10451041
"compiler:GRAAL_PROCESSOR",
@@ -1057,7 +1053,7 @@
10571053
"dependencies": [
10581054
"JVMTI_AGENT_BASE",
10591055
],
1060-
"checkstyle": "com.oracle.svm.driver",
1056+
"checkstyle": "com.oracle.svm.hosted",
10611057
"workingSets": "SVM",
10621058
"annotationProcessors": [
10631059
"compiler:GRAAL_PROCESSOR",
@@ -1075,7 +1071,7 @@
10751071
"requires" : [
10761072
"jdk.unsupported",
10771073
],
1078-
"checkstyle" : "com.oracle.svm.truffle",
1074+
"checkstyle" : "com.oracle.svm.hosted",
10791075
"workingSets": "SVM",
10801076
"annotationProcessors": [
10811077
"compiler:GRAAL_PROCESSOR",

0 commit comments

Comments
 (0)