node-saml / passport-saml

SAML 2.0 authentication with Passport
MIT License
862 stars 473 forks source link

Adjust type enforcement to remove warnings #889

Closed cjbarth closed 7 months ago

cjbarth commented 7 months ago

There was only a single warning when linting, about the any type. Removing the any type in this case would be vary arduous, so we leave it as-is and remove the linting warning.

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 64.42%. Comparing base (cf541a5) to head (ccd5284).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #889 +/- ## ======================================= Coverage 64.42% 64.42% ======================================= Files 4 4 Lines 149 149 Branches 37 37 ======================================= Hits 96 96 Misses 30 30 Partials 23 23 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.