simc / dartx

Superpowers for Dart. Collection of useful static extension methods.
https://pub.dev/packages/dartx
Apache License 2.0
1.08k stars 88 forks source link

Fix linting errors #140

Closed minhqdao closed 2 years ago

minhqdao commented 2 years ago

Linting errors were fixed.

Maybe we can participate in hacktoberfest and let this one count 🤓

codecov[bot] commented 2 years ago

Codecov Report

Merging #140 (044304a) into master (a32a0c4) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #140   +/-   ##
=======================================
  Coverage   96.72%   96.72%           
=======================================
  Files          11       11           
  Lines         763      763           
=======================================
  Hits          738      738           
  Misses         25       25           
Impacted Files Coverage Δ
lib/src/iterable.dart 99.57% <ø> (ø)
lib/src/sorted_list.dart 95.89% <ø> (ø)
lib/src/comparable.dart 100.00% <100.00%> (ø)
lib/src/map.dart 100.00% <100.00%> (ø)
lib/src/num.dart 100.00% <100.00%> (ø)

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 a32a0c4...044304a. Read the comment docs.

passsy commented 2 years ago

Thanks for you contribution!