From 5346958aa84f672d94111d8e32b097df0795e073 Mon Sep 17 00:00:00 2001 From: Alex Forcier Date: Fri, 10 Apr 2015 10:21:06 -0400 Subject: [PATCH] Added a lint rule ignoring the 'InvalidPackage' check for Robolectric - Fixes lint error caused by the IDE bug workaround in build.gradle --- README.md | 10 ++++------ WordPressEditor/lint.xml | 6 ++++++ 2 files changed, 10 insertions(+), 6 deletions(-) create mode 100644 WordPressEditor/lint.xml 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