Skip to content

tak8997/Lint-Sample

Repository files navigation

Lint-Sample

This is a lint check on the parts that our team or I often make mistakes in writing code.

Lint Rules

  • LifecycleOwnerDetector - If DataBinding and LiveData are used together, make sure to put the LifecycleOwner.
  • ViewIdDetector - Detect if id naming in the view complies with certain rules.

You can see examples in MainActivity.kt and activity_main.xml.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages