aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev/checkstyle.xml2
-rw-r--r--pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev/checkstyle.xml b/dev/checkstyle.xml
index a165fee2a4..2261cc95d4 100644
--- a/dev/checkstyle.xml
+++ b/dev/checkstyle.xml
@@ -49,7 +49,7 @@
<property name="fileExtensions" value="java, properties, xml"/>
<module name="SuppressionFilter">
- <property name="file" value="checkstyle-suppressions.xml"/>
+ <property name="file" value="dev/checkstyle-suppressions.xml"/>
</module>
<!-- Checks for whitespace -->
diff --git a/pom.xml b/pom.xml
index e7f3442d44..dccfd104cd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2246,7 +2246,7 @@
<failOnWarning>false</failOnWarning>
<sourceDirectory>${basedir}/src/main/scala</sourceDirectory>
<testSourceDirectory>${basedir}/src/test/scala</testSourceDirectory>
- <configLocation>dev/scalastyle-config.xml</configLocation>
+ <configLocation>scalastyle-config.xml</configLocation>
<outputFile>${basedir}/target/scalastyle-output.xml</outputFile>
<inputEncoding>${project.build.sourceEncoding}</inputEncoding>
<outputEncoding>${project.reporting.outputEncoding}</outputEncoding>