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

feat: add print-config option to analyze command #1057

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

@incendial incendial added this to the 5.0.0 milestone Oct 27, 2022
@incendial incendial requested a review from dkrutskikh October 27, 2022 10:29
@incendial incendial self-assigned this Oct 27, 2022
@github-actions
Copy link

github-actions bot commented Oct 27, 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 27, 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: 9047

  • Total classes: 388

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

  • Average Source Lines of Code per method: 6

  • Total tech debt: 1880.0 hours

  • Found issues: 5 ⚠

@codecov
Copy link

codecov bot commented Oct 27, 2022

Codecov Report

Merging #1057 (c9260dc) into master (2dbc363) will decrease coverage by 1.48%.
The diff coverage is 16.99%.

@@            Coverage Diff             @@
##           master    #1057      +/-   ##
==========================================
- Coverage   86.46%   84.97%   -1.49%     
==========================================
  Files         326      326              
  Lines        6906     7049     +143     
==========================================
+ Hits         5971     5990      +19     
- Misses        935     1059     +124     
Impacted Files Coverage Δ
...rs/lint_analyzer/anti_patterns/models/pattern.dart 16.66% <0.00%> (-83.34%) ⬇️
.../analyzers/lint_analyzer/lint_analysis_config.dart 10.00% <0.00%> (-90.00%) ⬇️
...src/analyzers/lint_analyzer/rules/models/rule.dart 20.00% <0.00%> (-80.00%) ⬇️
...void_banned_imports/avoid_banned_imports_rule.dart 85.00% <0.00%> (-15.00%) ⬇️
...list/avoid_banned_imports/utils/config_parser.dart 75.00% <0.00%> (-25.00%) ⬇️
...ons/avoid_nested_conditional_expressions_rule.dart 80.00% <0.00%> (-20.00%) ⬇️
...eturning_widgets/avoid_returning_widgets_rule.dart 76.19% <0.00%> (-23.81%) ⬇️
...lyzer/rules/rules_list/ban_name/ban_name_rule.dart 82.35% <0.00%> (-17.65%) ⬇️
...rules/rules_list/ban_name/utils/config_parser.dart 70.00% <0.00%> (-30.00%) ⬇️
...rules_list/format_comment/format_comment_rule.dart 78.37% <0.00%> (-9.51%) ⬇️
... and 35 more

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

@dkrutskikh dkrutskikh merged commit d8dbead into master Oct 28, 2022
@dkrutskikh dkrutskikh deleted the add-print-config-option branch October 28, 2022 10:57
@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

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.

2 participants