README.md in danger-android_lint-0.0.7 vs README.md in danger-android_lint-0.0.8
- old
+ new
@@ -47,10 +47,12 @@
```rb
android_lint.gradle_task = "lintMyFlavorDebug"
android_lint.lint
```
-If you want to skip gradle task, setting the `skip_gradle_task` parameter to `true`.
+#### Skip gradle task execution
+
+If you want to skip the gradle task execution. You can achieve that by simply changing the value of `skip_gradle_task`. Default is `false`.
```rb
android_lint.skip_gradle_task = true
android_lint.lint
```