Skip to content

Commit b8b68c1

Browse files
committed
Exclude generated Eclipse config files from checkstyleNohttp
1 parent fd5d6dd commit b8b68c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/plugins/common/src/main/kotlin/junitbuild.checkstyle-nohttp.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ tasks.register<Checkstyle>("checkstyleNohttp") {
2929
config = resources.text.fromFile(checkstyle.configDirectory.file("checkstyleNohttp.xml"))
3030
source = fileTree(layout.projectDirectory) {
3131
exclude(".git/**", "**/.gradle/**")
32-
exclude(".idea/**", ".eclipse/**")
32+
exclude(".idea/**", "**/.settings/**", "**/.classpath", "**/.project")
3333
exclude("**/*.class")
3434
exclude("**/*.hprof")
3535
exclude("**/*.jar")

0 commit comments

Comments
 (0)