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

feat: make avoid-unnecessary-type-assertions handle is! checks #995

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

#889

@incendial incendial added type: enhancement New feature or request area-rules labels Sep 10, 2022
@incendial incendial added this to the 4.18.0 milestone Sep 10, 2022
@incendial incendial self-assigned this Sep 10, 2022
@incendial incendial changed the title make avoid-unnecessary-type-assertions handle is! checks feat: make avoid-unnecessary-type-assertions handle is! checks Sep 10, 2022
@github-actions
Copy link

github-actions bot commented Sep 10, 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 Sep 10, 2022

Dart Code Metrics analyze report of dart_code_metrics. ✅

Summary

  • Scanned folders: bin, example, lib, test

  • Total scanned files: 466

  • Total lines of source code: 8354

  • Total classes: 324

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

  • Average Source Lines of Code per method: 6

  • Total tech debt: 1814.0 hours

  • Found issues: 6 ⚠

@sonarcloud
Copy link

sonarcloud bot commented Sep 10, 2022

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

@codecov
Copy link

codecov bot commented Sep 10, 2022

Codecov Report

Merging #995 (4df03d2) into master (20a42e5) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #995   +/-   ##
=======================================
  Coverage   87.80%   87.81%           
=======================================
  Files         309      309           
  Lines        6519     6523    +4     
=======================================
+ Hits         5724     5728    +4     
  Misses        795      795           
Impacted Files Coverage Δ
...ist/avoid_unnecessary_type_assertions/visitor.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 489eb25 into master Sep 11, 2022
@incendial incendial deleted the update-avoid-unnecessary-type-assertions branch September 11, 2022 07:10
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.

None yet

1 participant