Show lint diagnostics even if there're errors in the file (KT-12022)

It also affects working with KotlinChangeLocalityDetector. Right after error is fixed in local context file is still reported as having errors and diagnostics are not counted.

 #KT-12022 Fixed
This commit is contained in:
Nikolay Krasko
2016-09-01 21:50:23 +03:00
parent 795fef20d7
commit 67f353903e
4 changed files with 27 additions and 0 deletions
+6
View File
@@ -125,6 +125,12 @@ These artifacts include extensions for the types available in the latter JDKs, s
- [`KT-13155`](https://youtrack.jetbrains.com/issue/KT-13155) Implement "Introduce Type Parameter" refactoring
#### Android Lint
###### Issues fixed
- [`KT-12022`](https://youtrack.jetbrains.com/issue/KT-12022) Report lint warnings even when file contains errors
## 1.0.4
### Compiler