Skip to content

Commit

Permalink
Updated docs with picture of lint correction
Browse files Browse the repository at this point in the history
  • Loading branch information
jkschneider committed Jan 2, 2016
1 parent 447eace commit 3fe6a76
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ So as not to interfere with common informational tasks, linting does not run if

Run `./gradlew fixGradleLint` to apply automatically fix your build scripts! The auto-fix process lists all violations and how they were fixed (when a fix was possible):


![gradle-lint output](docs/images/lint-correction.png)

### Generating a lint report

Expand Down
Binary file added docs/images/lint-correction.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ repositories {
}

dependencies {
compile 'org.codenarc:CodeNarc:latest.release'
testCompile 'com.netflix.nebula:nebula-test:3.1.0'
compile('org.codenarc:CodeNarc:latest.release')
testCompile group: 'com.netflix.nebula', name: 'nebula-test',
version: '+'
}

0 comments on commit 3fe6a76

Please sign in to comment.