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

feat: support includes in the rules config #1061

Merged
merged 3 commits into from
Oct 30, 2022
Merged

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 type: enhancement New feature or request area-rules labels Oct 30, 2022
@incendial incendial added this to the 5.0.0 milestone Oct 30, 2022
@incendial incendial requested a review from dkrutskikh October 30, 2022 09:48
@incendial incendial self-assigned this Oct 30, 2022
@github-actions
Copy link

github-actions bot commented Oct 30, 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 30, 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: 9062

  • Total classes: 388

  • Average Cyclomatic Number per line of code: 0.37 / 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 30, 2022

Codecov Report

Merging #1061 (1406491) into master (d8dbead) will increase coverage by 0.15%.
The diff coverage is 100.00%.

❗ Current head 1406491 differs from pull request most recent head 09fd955. Consider uploading reports for the commit 09fd955 to get more accurate results

@@            Coverage Diff             @@
##           master    #1061      +/-   ##
==========================================
+ Coverage   84.97%   85.12%   +0.15%     
==========================================
  Files         326      326              
  Lines        7049     7128      +79     
==========================================
+ Hits         5990     6068      +78     
- Misses       1059     1060       +1     
Impacted Files Coverage Δ
.../analyzers/lint_analyzer/lint_analysis_config.dart 10.00% <ø> (ø)
...yzers/lint_analyzer/rules/models/angular_rule.dart 100.00% <ø> (ø)
...lyzers/lint_analyzer/rules/models/common_rule.dart 100.00% <ø> (ø)
...yzers/lint_analyzer/rules/models/flutter_rule.dart 100.00% <ø> (ø)
...nalyzers/lint_analyzer/rules/models/intl_rule.dart 100.00% <ø> (ø)
...src/analyzers/lint_analyzer/rules/models/rule.dart 20.00% <ø> (ø)
lib/src/analyzers/lint_analyzer/lint_analyzer.dart 93.20% <100.00%> (+0.12%) ⬆️
lib/src/analyzers/lint_analyzer/lint_utils.dart 93.33% <100.00%> (-6.67%) ⬇️
...s_remove_listener/always_remove_listener_rule.dart 100.00% <100.00%> (ø)
...void_banned_imports/avoid_banned_imports_rule.dart 85.71% <100.00%> (+0.71%) ⬆️
... and 67 more

📣 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 9d28572 into master Oct 30, 2022
@incendial incendial deleted the add-rule-includes-config branch October 30, 2022 12:50
@incendial incendial restored the add-rule-includes-config branch October 30, 2022 12:53
@incendial incendial deleted the add-rule-includes-config branch October 30, 2022 12:54
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-rules type: enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant