mirror of
				https://github.com/oxen-io/session-android.git
				synced 2025-10-30 23:09:20 +00:00 
			
		
		
		
	Lint - baseline of errors.
* qa task calls lint.
This commit is contained in:
		| @@ -424,8 +424,9 @@ android { | ||||
|         website.manifest.srcFile 'website/AndroidManifest.xml' | ||||
|     } | ||||
|  | ||||
|      lintOptions { | ||||
|         abortOnError false | ||||
|     lintOptions { | ||||
|         abortOnError true | ||||
|         baseline file("lint-baseline.xml") | ||||
|     } | ||||
|  | ||||
|     testOptions { | ||||
| @@ -528,5 +529,5 @@ static def autoResConfig() { | ||||
| task qa { | ||||
|   group 'Verification' | ||||
|   description 'Quality Assurance. Run before pushing.' | ||||
|   dependsOn ':testPlayReleaseUnitTest', ':assemblePlayDebug' | ||||
|   dependsOn ':testPlayReleaseUnitTest', ':lintPlayRelease', ':assemblePlayDebug' | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Alan Evans
					Alan Evans