- Changed: Don't automatically create lint baseline file. Projects can manually specify a baseline file in
lintOptions
if they want it. ex:
lintOptions {
baseline file("lint-baseline.xml")
}
- Fixed: Compatibility issues with Gradle 5.0
- Added:
updateLintFile
gradle task to update the project'slint.xml
to match the library's version. Projects should now specify custom lint rules vialintOptions
gradle block instead of modifyinglint.xml
so that they don't get overrriden.
- Changed: Set
GradleDependency
lint rule severity to informational
- Changed: Gradle Build Tools has been updated to 3.0.1 and Gradle has been updated to 4.3
- Changed:
abortOnError
lint option is now defaulted to true - Added:
lint-baseline.xml
is now generated if none exists - Added:
warningsAsErrors
andcheckDependencies
lint options are set to true as default
- Fixed: Corrected the
lint.xml
path being generated
- Changed: Updated
lint.xml
for current Intrepid lint checks. - Added: Auto-creation of
lint.xml
if file does not exist in project.
- Added: Lint config to suppress illegal package errors from okio/retrofit.
- Initial release.