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

feat: rename member-ordering-extended to member-ordering #1041

Merged
merged 8 commits into from
Oct 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: replace deprecated rule

dependabot bot and others added 2 commits October 15, 2022 10:14
Bumps [dorny/test-reporter](https://github.com/dorny/test-reporter) from 1.5.0 to 1.6.0.
- [Release notes](https://github.com/dorny/test-reporter/releases)
- [Changelog](https://github.com/dorny/test-reporter/blob/main/CHANGELOG.md)
- [Commits](dorny/test-reporter@v1.5.0...v1.6.0)

---
updated-dependencies:
- dependency-name: dorny/test-reporter
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@incendial incendial added this to the 5.0.0 milestone Oct 16, 2022
@incendial incendial requested a review from dkrutskikh October 16, 2022 10:40
@incendial incendial self-assigned this Oct 16, 2022
@incendial incendial changed the title Replace old member ordering feat: rename member-ordering-extended to member-ordering Oct 16, 2022
@github-actions
Copy link

github-actions bot commented Oct 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 Oct 16, 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: 8892

  • 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 ⚠

@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
0.0% 0.0% Duplication

@codecov
Copy link

codecov bot commented Oct 16, 2022

Codecov Report

Merging #1041 (951d03d) into master (64f8d3f) will decrease coverage by 0.20%.
The diff coverage is 97.45%.

@@            Coverage Diff             @@
##           master    #1041      +/-   ##
==========================================
- Coverage   86.70%   86.50%   -0.21%     
==========================================
  Files         329      326       -3     
  Lines        7057     6951     -106     
==========================================
- Hits         6119     6013     -106     
  Misses        938      938              
Impacted Files Coverage Δ
...c/analyzers/lint_analyzer/rules/rules_factory.dart 71.42% <ø> (ø)
.../rules_list/member_ordering/models/annotation.dart 100.00% <ø> (ø)
...les_list/member_ordering/models/field_keyword.dart 100.00% <ø> (ø)
...ules_list/member_ordering/models/member_group.dart 94.50% <ø> (ø)
...rules_list/member_ordering/models/member_type.dart 100.00% <ø> (ø)
...es/rules_list/member_ordering/models/modifier.dart 100.00% <ø> (ø)
...yzer/rules/rules_list/member_ordering/visitor.dart 97.14% <96.42%> (-2.86%) ⬇️
...ules/rules_list/member_ordering/config_parser.dart 100.00% <100.00%> (ø)
...les_list/member_ordering/member_ordering_rule.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 c515313 into master Oct 16, 2022
@incendial incendial deleted the replace-old-member-ordering branch October 16, 2022 15:20
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