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

feat: handle widget members order separately #1043

Merged
merged 2 commits into from
Oct 19, 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:

#858
#454

@incendial incendial added type: enhancement New feature or request area-rules labels Oct 17, 2022
@incendial incendial added this to the 5.0.0 milestone Oct 17, 2022
@incendial incendial requested a review from dkrutskikh October 17, 2022 18:26
@incendial incendial self-assigned this Oct 17, 2022
@github-actions
Copy link

github-actions bot commented Oct 17, 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 Oct 17, 2022

Dart Code Metrics analyze report of dart_code_metrics. ✅

Summary

  • Scanned folders: bin, example, lib, test

  • Total scanned files: 515

  • Total lines of source code: 8904

  • Total classes: 388

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

  • Average Source Lines of Code per method: 6

  • Total tech debt: 1718.0 hours

  • Found issues: 5 ⚠

@codecov
Copy link

codecov bot commented Oct 17, 2022

Codecov Report

Merging #1043 (194902e) into master (c515313) will increase coverage by 0.01%.
The diff coverage is 100.00%.

❗ Current head 194902e differs from pull request most recent head cc34671. Consider uploading reports for the commit cc34671 to get more accurate results

@@            Coverage Diff             @@
##           master    #1043      +/-   ##
==========================================
+ Coverage   86.50%   86.51%   +0.01%     
==========================================
  Files         326      326              
  Lines        6951     6958       +7     
==========================================
+ Hits         6013     6020       +7     
  Misses        938      938              
Impacted Files Coverage Δ
...ules/rules_list/member_ordering/config_parser.dart 100.00% <100.00%> (ø)
...les_list/member_ordering/member_ordering_rule.dart 100.00% <100.00%> (ø)
...yzer/rules/rules_list/member_ordering/visitor.dart 97.18% <100.00%> (+0.04%) ⬆️

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

@sonarqubecloud
Copy link

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

@incendial incendial merged commit 371f598 into master Oct 19, 2022
@incendial incendial deleted the add-widgets-order-to-member-ordering branch October 19, 2022 13:57
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
area-rules type: enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant