Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesZ-Chen authored Dec 16, 2016
1 parent 2b5447e commit 9a6d69b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,11 @@ public List<String> f;
1. it will remove all comments appeared inside a statement of multiple declarations

2. it will not keep the origin indentation of a refactor statement

## building
just run following script:
```bash
./fetch_dependency.sh
```
## usage

```bash
Expand All @@ -45,4 +49,4 @@ This tool depends on a hacked version of [checkstyle](https://github.com/Charles

The hacked version of `checkstyle` is the backend of this tool, i.e. it detects the multiple declarations in a source file and then propage the diagnostic result to this tool.

I currently still not have time to write build system and test framework for this tool, but hopefully I will create one soon.
I currently still not have time to write test framework for this tool, but hopefully I will create one soon.

0 comments on commit 9a6d69b

Please sign in to comment.