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

fix: avoid null check exception in the analyzer #1099

Merged
merged 2 commits into from
Dec 8, 2022

Conversation

incendial
Copy link
Member

@incendial incendial commented Dec 8, 2022

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 changed the title fix: try to avoid null check exception fix: avoid null check exception in the analyze Dec 8, 2022
@incendial incendial changed the title fix: avoid null check exception in the analyze fix: avoid null check exception in the analyzer Dec 8, 2022
@incendial incendial requested a review from dkrutskikh December 8, 2022 19:35
@sonarqubecloud
Copy link

sonarqubecloud bot commented Dec 8, 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

@incendial incendial marked this pull request as ready for review December 8, 2022 19:35
@incendial incendial merged commit 8b2b4f3 into master Dec 8, 2022
@incendial incendial deleted the unused-code-null-check branch December 8, 2022 19:36
@github-actions
Copy link

github-actions bot commented Dec 8, 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 Dec 8, 2022

Dart Code Metrics analyze report of dart_code_metrics. ✅

Summary

  • Scanned folders: bin, example, lib, test

  • Total scanned files: 537

  • Total lines of source code: 9466

  • Total classes: 404

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

  • Average Source Lines of Code per method: 6

  • Total tech debt: 1984.0 hours

  • Found issues: 5 ⚠

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.

1 participant