File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -26,15 +26,18 @@ Getting Started
26
26
27
27
##### Fetch code
28
28
29
- ` git clone https://github.com/googlesamples/custom-lint-rules.git `
29
+ ```
30
+ git clone https://github.com/googlesamples/android-custom-lint-rules.git
31
+ cd android-custom-lint-rules
32
+ ```
30
33
31
34
##### Build the validator
32
35
33
36
` ./gradlew build `
34
37
35
38
##### Copy to the lint directory
36
39
37
- ` cp ./build/libs/custom-lint-rules.jar ~/.android/lint/ `
40
+ ` cp ./build/libs/android- custom-lint-rules.jar ~/.android/lint/ `
38
41
39
42
##### Verify whether the issues are registered with lint
40
43
@@ -57,7 +60,7 @@ Support
57
60
- Stack Overflow: http://stackoverflow.com/questions/tagged/android
58
61
59
62
If you've found an error in this sample, please file an issue:
60
- https://github.com/googlesamples/custom-lint-rules/issues
63
+ https://github.com/googlesamples/android- custom-lint-rules/issues
61
64
62
65
Patches are encouraged, and may be submitted by forking this project and
63
66
submitting a pull request through GitHub.
You can’t perform that action at this time.
0 commit comments