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

feat: add avoid-dynamic rule #687

Merged
merged 1 commit into from
Feb 7, 2022
Merged

feat: add avoid-dynamic rule #687

merged 1 commit into from
Feb 7, 2022

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 Feb 6, 2022
@incendial incendial added this to the 4.11.0 milestone Feb 6, 2022
@incendial incendial requested a review from dkrutskikh February 6, 2022 13:17
@incendial incendial self-assigned this Feb 6, 2022
@incendial
Copy link
Member Author

incendial commented Feb 6, 2022

@roman-petrov and this one too, please.

@github-actions
Copy link

github-actions bot commented Feb 6, 2022

Dart Code Metrics unused files report of dart_code_metrics. ✅

Summary

  • Scanned package folders: bin, example, lib
  • No unused files found! ✅

@github-actions
Copy link

github-actions bot commented Feb 6, 2022

Dart Code Metrics analyze report of dart_code_metrics. ✅

Summary

  • Scanned folders: bin, example, lib, test

  • Total scanned files: 384

  • Total lines of source code: 6876

  • Total classes: 257

  • Average Cyclomatic Number per line of code: 0.35 / 1

  • Average Source Lines of Code per method: 6

  • Total tech debt: 1110.0 hours

  • Found issues: 6 ⚠

@codecov
Copy link

codecov bot commented Feb 6, 2022

Codecov Report

Merging #687 (31609ed) into master (67c2f3d) will increase coverage by 0.03%.
The diff coverage is 95.23%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #687      +/-   ##
==========================================
+ Coverage   86.27%   86.30%   +0.03%     
==========================================
  Files         251      253       +2     
  Lines        5391     5412      +21     
==========================================
+ Hits         4651     4671      +20     
- Misses        740      741       +1     
Impacted Files Coverage Δ
...c/analyzers/lint_analyzer/rules/rules_factory.dart 95.94% <0.00%> (-1.32%) ⬇️
...s/rules_list/avoid_dynamic/avoid_dynamic_rule.dart 100.00% <100.00%> (ø)
...alyzer/rules/rules_list/avoid_dynamic/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 b818ff8...31609ed. Read the comment docs.

@dkrutskikh dkrutskikh merged commit 6ea082e into master Feb 7, 2022
@dkrutskikh dkrutskikh deleted the avoid-dynamic branch February 7, 2022 16:03
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