Commit ed660fa
committed
Deps: Add wordpress lint dependency (2.0.0) to aztec module
Release Notes: https://github.com/wordpress-mobile/
WordPress-Lint-Android/releases/tag/2.0.0
Since the 'aztec' module is still using Java files in it, it makes
sense to utilize the 'org.wordpress:lint' library on it. All other
modules are all Kotlin, with no Java files in it. As such, there is no
point in utilizing the 'org.wordpress:lint' library on any other module.
FYI: As of version '2.0.0' has only one rule, which informs about
missing null annotation on Java classes.1 parent 1614ca1 commit ed660fa
2 files changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| 75 | + | |
| 76 | + | |
75 | 77 | | |
76 | 78 | | |
77 | 79 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
72 | 73 | | |
73 | 74 | | |
74 | 75 | | |
| |||
80 | 81 | | |
81 | 82 | | |
82 | 83 | | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
83 | 88 | | |
84 | 89 | | |
0 commit comments