noveogroup / android-check

Static code analysis plugin for Android project. (Checkstyle, PMD)
Other
267 stars 67 forks source link

Take config rootProject.file('config/..) into account #5

Closed RomanZhilich closed 9 years ago

RomanZhilich commented 9 years ago

As of now, plugin only check current project folder for available config files. It'll be nice to have one configuration for all sub projects. Ideally root and sub project configurations should be merged automatically.

marcoRS commented 9 years ago

:+1:

igelgrun commented 9 years ago

Now plugin takes into account <rootProject>/config/ folder before <rootProject>/app/config/.