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

fix: resolve package with imported analysis options #887

Merged
merged 2 commits into from Jun 13, 2022

Conversation

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

What changes did you make? (Give an overview)

Is there anything you'd like reviewers to focus on?

@dkrutskikh dkrutskikh self-assigned this Jun 12, 2022
@github-actions
Copy link

github-actions bot commented Jun 12, 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 Jun 12, 2022

Dart Code Metrics analyze report of dart_code_metrics. ✅

Summary

  • Scanned folders: bin, example, lib, test

  • Total scanned files: 426

  • Total lines of source code: 7462

  • Total classes: 291

  • Average Cyclomatic Number per line of code: 0.35

  • Average Source Lines of Code per method: 6

  • Total tech debt: 1310.0 hours

  • Found issues: 6 ⚠

@codecov
Copy link

codecov bot commented Jun 12, 2022

Codecov Report

Merging #887 (8ef0ce0) into master (9a1e419) will increase coverage by 0.00%.
The diff coverage is 76.92%.

@@           Coverage Diff           @@
##           master     #887   +/-   ##
=======================================
  Coverage   87.27%   87.28%           
=======================================
  Files         280      280           
  Lines        5942     5945    +3     
=======================================
+ Hits         5186     5189    +3     
  Misses        756      756           
Impacted Files Coverage Δ
lib/src/analyzers/lint_analyzer/lint_analyzer.dart 93.95% <50.00%> (ø)
...ers/unused_l10n_analyzer/unused_l10n_analyzer.dart 90.00% <50.00%> (ø)
...ers/unused_code_analyzer/unused_code_analyzer.dart 98.75% <75.00%> (ø)
...s/unused_files_analyzer/unused_files_analyzer.dart 82.05% <75.00%> (ø)
...ib/src/config_builder/models/analysis_options.dart 92.00% <85.71%> (+0.33%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9a1e419...8ef0ce0. Read the comment docs.

@dkrutskikh dkrutskikh merged commit 0c0f76f into master Jun 13, 2022
@dkrutskikh dkrutskikh deleted the analysis-options branch June 13, 2022 10:06
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants