Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

feat: add avoid missing enum constant in map rule #564

Merged
merged 2 commits into from
Nov 22, 2021

Conversation

incendial
Copy link
Member

What is the purpose of this pull request? (put an "X" next to an item)

[ ] Documentation update
[ ] Bug fix
[X] New rule
[ ] Changes an existing rule
[ ] Add autofixing to a rule
[ ] Add a CLI option
[ ] Add something to the core
[ ] Other, please explain:

@incendial incendial added type: enhancement New feature or request area-rules labels Nov 22, 2021
@incendial incendial added this to the 4.7.0 milestone Nov 22, 2021
@incendial incendial self-assigned this Nov 22, 2021
@codecov
Copy link

codecov bot commented Nov 22, 2021

Codecov Report

Merging #564 (e18dbeb) into master (e96739f) will increase coverage by 0.06%.
The diff coverage is 94.28%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #564      +/-   ##
==========================================
+ Coverage   85.44%   85.51%   +0.06%     
==========================================
  Files         224      226       +2     
  Lines        4591     4626      +35     
==========================================
+ Hits         3923     3956      +33     
- Misses        668      670       +2     
Impacted Files Coverage Δ
...c/analyzers/lint_analyzer/rules/rules_factory.dart 88.57% <0.00%> (-2.61%) ⬇️
...n_map/avoid_missing_enum_constant_in_map_rule.dart 100.00% <100.00%> (ø)
...st/avoid_missing_enum_constant_in_map/visitor.dart 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e96739f...e18dbeb. Read the comment docs.

@dkrutskikh dkrutskikh merged commit 7078881 into master Nov 22, 2021
@dkrutskikh dkrutskikh deleted the avoid-missing-enum-constant-in-map branch November 22, 2021 13:21
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-rules type: enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants