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

feat: cleanup public API #1053

Merged
merged 2 commits into from
Oct 24, 2022
Merged

feat: cleanup public API #1053

merged 2 commits into from
Oct 24, 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: cleanup public API before major release

@incendial incendial added this to the 5.0.0 milestone Oct 24, 2022
@incendial incendial requested a review from dkrutskikh October 24, 2022 12:49
@incendial incendial self-assigned this Oct 24, 2022
@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

@github-actions
Copy link

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

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: 8852

  • Total classes: 388

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

  • Average Source Lines of Code per method: 6

  • Total tech debt: 1668.0 hours

  • Found issues: 5 ⚠

@codecov
Copy link

codecov bot commented Oct 24, 2022

Codecov Report

Merging #1053 (ecaff7b) into master (4fcdb0d) will decrease coverage by 0.08%.
The diff coverage is 72.72%.

@@            Coverage Diff             @@
##           master    #1053      +/-   ##
==========================================
- Coverage   86.47%   86.38%   -0.09%     
==========================================
  Files         326      326              
  Lines        6933     6904      -29     
==========================================
- Hits         5995     5964      -31     
- Misses        938      940       +2     
Impacted Files Coverage Δ
.../anti_patterns/anti_patterns_list/long_method.dart 100.00% <ø> (ø)
...tterns/anti_patterns_list/long_parameter_list.dart 100.00% <ø> (ø)
lib/src/analyzers/lint_analyzer/lint_analyzer.dart 93.63% <0.00%> (ø)
...yzer/models/summary_lint_report_record_status.dart 100.00% <ø> (ø)
...ters_list/checkstyle/lint_checkstyle_reporter.dart 98.07% <ø> (ø)
..._list/code_climate/lint_code_climate_reporter.dart 100.00% <ø> (ø)
.../reporters_list/console/lint_console_reporter.dart 100.00% <ø> (ø)
...orters/reporters_list/html/lint_html_reporter.dart 0.31% <ø> (ø)
...console/unnecessary_nullable_console_reporter.dart 4.00% <ø> (ø)
..._list/json/unnecessary_nullable_json_reporter.dart 0.00% <ø> (ø)
... and 30 more

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

@incendial incendial merged commit 5ef6fba into master Oct 24, 2022
@incendial incendial deleted the update-public-api branch October 24, 2022 16:41
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