ueberauth / guardian

Elixir Authentication
MIT License
3.43k stars 382 forks source link

Fixes Dialyzer errors for matching on opaque type. #566

Closed asummers closed 5 years ago

asummers commented 5 years ago

Only called internally as private function, from an explicit MapSet.new(...) call so it was unnecessary to match. This also fixes a no_return warning from the macro expansion.

codecov-io commented 5 years ago

Codecov Report

Merging #566 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #566   +/-   ##
=======================================
  Coverage   85.57%   85.57%           
=======================================
  Files          18       18           
  Lines         423      423           
=======================================
  Hits          362      362           
  Misses         61       61
Impacted Files Coverage Δ
lib/guardian/permissions/bitwise.ex 90.9% <ø> (ø) :arrow_up:

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 ac79691...c337c15. Read the comment docs.