We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dbc6c6 commit d461c89Copy full SHA for d461c89
CHANGELOG
@@ -1,3 +1,5 @@
1
+- gh-67 Use checkstyle (m1ch1)
2
+
3
0.1.4 - 2/22/12
4
5
- Fixes for Cassandra 0.7 client (tjake)
build-tools/pom.xml
build-tools/src/main/resources/checkstyle.xml renamed to checkstyle.xml
pom.xml
@@ -88,15 +88,8 @@
88
<version>2.6</version>
89
<configuration>
90
<consoleOutput>true</consoleOutput>
91
- <!--configLocation>checkstyle.xml</configLocation-->
+ <configLocation>checkstyle.xml</configLocation>
92
</configuration>
93
- <!--dependencies>
94
- <dependency>
95
- <groupId>com.yahoo.ycsb</groupId>
96
- <artifactId>build-tools</artifactId>
97
- <version>0.1.4</version>
98
- </dependency>
99
- </dependencies-->
100
<executions>
101
<execution>
102
<id>validate</id>
0 commit comments