Explore: updates ExploreItemState type, reduces strict null errors count to 702 (#25250)

* Chore: changes null values to undefined in explore reducer

* Chore: changes sortLogsResult param type from null to undefined

* Chore: changes null values to undefined in explore reducer

* Chore: updates strict null errors count

* Revert "Chore: changes null values to undefined in explore reducer"

This reverts commit b82d841611.

* Revert "Chore: changes sortLogsResult param type from null to undefined"

This reverts commit 21073b5d30.

* Revert "Chore: changes null values to undefined in explore reducer"

This reverts commit 798559688c.

* Chore: updates ExploreItemState type

* Chore: updates initial ExploreItemState in Explore reducer

* Chore: updates strict null errors count to 699

* Chore: changed ExploreMode and Emitter type in ExploreStateItem

* Revert "Chore: changed ExploreMode and Emitter type in ExploreStateItem"

This reverts commit 7e0e2027fc.
This commit is contained in:
Lukas Siatka
2020-06-17 10:08:19 +02:00
committed by GitHub
parent 03f7fd0527
commit 7b7000c5bc
3 changed files with 16 additions and 10 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
echo -e "Collecting code stats (typescript errors & more)"
ERROR_COUNT_LIMIT=724
ERROR_COUNT_LIMIT=702
DIRECTIVES_LIMIT=172
CONTROLLERS_LIMIT=139