Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Y
YCSB
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adnan Ahmad
YCSB
Commits
d461c890
Commit
d461c890
authored
13 years ago
by
m1ch1
Browse files
Options
Downloads
Patches
Plain Diff
gh-67 use checkstyle.
parent
3dbc6c63
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CHANGELOG
+2
-0
2 additions, 0 deletions
CHANGELOG
build-tools/pom.xml
+0
-7
0 additions, 7 deletions
build-tools/pom.xml
checkstyle.xml
+0
-0
0 additions, 0 deletions
checkstyle.xml
pom.xml
+1
-8
1 addition, 8 deletions
pom.xml
with
3 additions
and
15 deletions
CHANGELOG
+
2
−
0
View file @
d461c890
- gh-67 Use checkstyle (m1ch1)
0.1.4 - 2/22/12
- Fixes for Cassandra 0.7 client (tjake)
...
...
This diff is collapsed.
Click to expand it.
build-tools/pom.xml
deleted
100644 → 0
+
0
−
7
View file @
3dbc6c63
<project>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
com.yahoo.ycsb
</groupId>
<artifactId>
build-tools
</artifactId>
<version>
0.1.4
</version>
<name>
Build Tools
</name>
</project>
This diff is collapsed.
Click to expand it.
build-tools/src/main/resources/
checkstyle.xml
→
checkstyle.xml
+
0
−
0
View file @
d461c890
File moved
This diff is collapsed.
Click to expand it.
pom.xml
+
1
−
8
View file @
d461c890
...
...
@@ -88,15 +88,8 @@
<version>
2.6
</version>
<configuration>
<consoleOutput>
true
</consoleOutput>
<
!--
configLocation>checkstyle.xml</configLocation
--
>
<configLocation>
checkstyle.xml
</configLocation>
</configuration>
<!--dependencies>
<dependency>
<groupId>com.yahoo.ycsb</groupId>
<artifactId>build-tools</artifactId>
<version>0.1.4</version>
</dependency>
</dependencies-->
<executions>
<execution>
<id>
validate
</id>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment