You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: action.yml
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,11 @@ inputs:
45
45
This field will always try to follow Checkstyle releases as close as possible and will use the latest available by default.
46
46
If it is not a default preference for your project, please, pin the needed version using this property.
47
47
default: ""
48
+
checkstyle_classpath:
49
+
description: |
50
+
Classpath for checkstyle. This is needed when your checkstyle configuration uses custom checks that are not included in the default checkstyle distribution.
51
+
You can specify either a single jar file or a directory with multiple jar files. In the latter case, all jar files in the directory will be added to the classpath.
52
+
default: ""
48
53
properties_file:
49
54
description: |
50
55
Location of the properties file relative to the root directory. This file serves as a means to resolve repetitive or predefined values within the checkstyle configuration file.
0 commit comments