diff --git a/README.md b/README.md index d446a9db61b3..7e8e16baa09b 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,6 @@ ## Introduction ## -## Testing - -Testing is done with the [Robolectric framework.](http://robolectric.org/) To run tests simply run `gradlew testDebug`. Code coverage reports can be generated via [JaCoCO.](http://www.eclemma.org/jacoco/) To generate them locally run `gradlew jacocoTestReport`. - -## LICENSE - WordPress-Editor-Android is the text editor used in the [WordPress Android app](https://github.com/wordpress-mobile/WordPress-Android) to create and edit pages & posts. In short it's a simple, straightforward way to visually edit HTML. ## Build Instructions ## @@ -30,6 +24,10 @@ Finally, update `[PROJECT_ROOT]\.git\info\exclude` to ignore the symlink locally # assets symlink WordPressEditor/src/main/assets +## Testing ## + +Testing is done with the [Robolectric framework.](http://robolectric.org/) To run tests simply run `gradlew testDebug`. Code coverage reports can be generated via [JaCoCo.](http://www.eclemma.org/jacoco/) To generate them locally run `gradlew jacocoTestReport`. + ## LICENSE ## WordPress-Editor-Android is an Open Source project covered by the [GNU General Public License version 2](LICENSE.md). diff --git a/WordPressEditor/lint.xml b/WordPressEditor/lint.xml new file mode 100644 index 000000000000..b7b4876d98b8 --- /dev/null +++ b/WordPressEditor/lint.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file