File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed
Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -279,6 +279,8 @@ jobs:
279279 codecov_token : ${{ secrets.CODECOV_TOKEN }}
280280 working_directory : packages/${{ matrix.package }}
281281 min_coverage : 100
282+ # TODO(felangel): remove when bloc_lint v0.4.0 is released.
283+ collect_score : ${{ matrix.package != 'bloc_lint' }}
282284
283285 bloc_tools_compile_checks :
284286 needs : changes
Original file line number Diff line number Diff line change 1+ # 0.3.7
2+
3+ - fix: ` analysis_options.yaml ` resolution in pub workspace
4+ - deps: support latest stable Flutter version.
5+
16# 0.3.6
27
38- feat: upgrade to latest analyzer frontend
Original file line number Diff line number Diff line change 11name : bloc_lint
22description : Official lint rules for development when using the bloc state management library.
3- version : 0.3.6
3+ version : 0.3.7
44repository : https://github.com/felangel/bloc/tree/master/packages/bloc_lint
55issue_tracker : https://github.com/felangel/bloc/issues
66homepage : https://github.com/felangel/bloc
You can’t perform that action at this time.
0 commit comments