Skip to content

IntelliJ IDEA code style settings and code quality checks for Prolific's Android projects.

Notifications You must be signed in to change notification settings

prolificinteractive/android-code-styles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Android Code Styles and Quality Checks

Android Studio code style settings and code quality configs for Prolific's Android projects.

Installation for Code Styles

  • Run the install.sh script.
  • Restart Android Studio if it's running.
  • Open Android Studio Project Settings -> Code Styles, change the code style for the project to the one you want.

Adding Code Quality Checks to Project

  • Copy the quality folder to your project folder.

  • In your app/build.gradle file add the following lines whereever you define plugins:

    • apply from: '../quality/quality.gradle'
    • apply from: '../quality/jacoco/jacoco.gradle'
  • Run the task using ./gradlew check

License

Public domain

About

IntelliJ IDEA code style settings and code quality checks for Prolific's Android projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%