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

fix: support function expression invocations for prefer-moving-to-variable #1109

Merged
merged 2 commits into from
Dec 16, 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
  • New rule
  • Changes an existing rule
  • Add autofixing to a rule
  • Add a CLI option
  • Add something to the core
  • Other, please explain:

#1101

@incendial incendial added this to the 5.3.0 milestone Dec 16, 2022
@incendial incendial self-assigned this Dec 16, 2022
@github-actions
Copy link

github-actions bot commented Dec 16, 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 Dec 16, 2022

Dart Code Metrics analyze report of dart_code_metrics. ✅

Summary

  • Scanned folders: bin, example, lib, test

  • Total scanned files: 537

  • Total lines of source code: 9480

  • Total classes: 404

  • Average Cyclomatic Number per line of code: 0.37 / 2

  • Average Source Lines of Code per method: 6

  • Total tech debt: 1992.0 hours

  • Found issues: 5 ⚠

@sonarcloud
Copy link

sonarcloud bot commented Dec 16, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@codecov
Copy link

codecov bot commented Dec 16, 2022

Codecov Report

Merging #1109 (386ba58) into master (8ec23cb) will increase coverage by 0.01%.
The diff coverage is 100.00%.

❗ Current head 386ba58 differs from pull request most recent head 2e2a091. Consider uploading reports for the commit 2e2a091 to get more accurate results

@@            Coverage Diff             @@
##           master    #1109      +/-   ##
==========================================
+ Coverage   85.02%   85.03%   +0.01%     
==========================================
  Files         339      339              
  Lines        7452     7459       +7     
==========================================
+ Hits         6336     6343       +7     
  Misses       1116     1116              
Impacted Files Coverage Δ
.../rules_list/prefer_moving_to_variable/visitor.dart 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@incendial incendial merged commit 1c507fe into master Dec 16, 2022
@incendial incendial deleted the support-generics-for-prefer-moving-to-variable branch December 16, 2022 15:02
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant