Skip to content

Commit 3087786

Browse files
committed
Remove SL specific check-style.
1 parent eeed42d commit 3087786

File tree

2 files changed

+5
-235
lines changed

2 files changed

+5
-235
lines changed

truffle/mx.truffle/suite.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@
336336
"mx:JUNIT",
337337
"sdk:POLYGLOT_TCK"
338338
],
339-
"checkstyle" : "com.oracle.truffle.sl",
339+
"checkstyle" : "com.oracle.truffle.api",
340340
"javaCompliance" : "11+",
341341
"workingSets" : "SimpleLanguage,Test",
342342
"jacoco" : "exclude",
@@ -872,7 +872,7 @@
872872
"jdk.unsupported", # GR-36880
873873
],
874874
"javaCompliance" : "11+",
875-
"checkstyleVersion" : "8.36.1",
875+
"checkstyle" : "com.oracle.truffle.api",
876876
"annotationProcessors" : ["TRUFFLE_DSL_PROCESSOR"],
877877
"workingSets" : "Truffle,SimpleLanguage",
878878
},
@@ -883,7 +883,7 @@
883883
"dependencies" : [
884884
"sdk:GRAAL_SDK",
885885
],
886-
"checkstyle" : "com.oracle.truffle.sl",
886+
"checkstyle" : "com.oracle.truffle.api",
887887
"javaCompliance" : "11+",
888888
"workingSets" : "Truffle,SimpleLanguage",
889889
},
@@ -899,7 +899,7 @@
899899
"requires" : [
900900
"java.logging",
901901
],
902-
"checkstyle" : "com.oracle.truffle.sl",
902+
"checkstyle" : "com.oracle.truffle.api",
903903
"javaCompliance" : "11+",
904904
"workingSets" : "Truffle,SimpleLanguage,Test",
905905
"annotationProcessors" : ["TRUFFLE_DSL_PROCESSOR", "mx:JMH_1_21"],
@@ -927,7 +927,7 @@
927927
"com.oracle.truffle.st"
928928
],
929929
"javaCompliance" : "11+",
930-
"checkstyle" : "com.oracle.truffle.sl",
930+
"checkstyle" : "com.oracle.truffle.api",
931931
"annotationProcessors" : ["TRUFFLE_DSL_PROCESSOR"],
932932
"workingSets" : "Truffle",
933933
"testProject" : True,

truffle/src/com.oracle.truffle.sl/.checkstyle_checks.xml

Lines changed: 0 additions & 230 deletions
This file was deleted.

0 commit comments

Comments
 (0)