简体   繁体   中英

Download lint inspection profile for Android

I understand we can ensure code quality in Android development using lint rules:

https://developer.android.com/studio/write/lint

Are there any standard lint inspection profiles available for download for Android Studio?

Edit

I'm looking for a library of predefined rules. Like the following one available for react.js. https://github.com/airbnb/javascript/blob/master/packages/eslint-config-airbnb/README.md

that's the basic structure:

<?xml version="1.0" encoding="UTF-8"?>
<lint>

    <issue id="...">
        ...
    </issue>

</lint>

templates would not make much sense there; for example, take this one lint.xml

it would barely match your project's LINT complaints, code classes and paths.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM