Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enforce eslint no-unused-vars #322

Merged
merged 1 commit into from
Jun 26, 2023

Conversation

LoneRifle
Copy link
Collaborator

  • Flag no-unused-vars violations as errors
  • Remove spurious import in HMAC tests
  • Remove spurious namespace arg to renderAttrs()

- Flag `no-unused-vars` violations as errors
- Remove spurious import in HMAC tests
- Remove spurious namespace arg to `renderAttrs()`
@LoneRifle LoneRifle requested a review from cjbarth June 25, 2023 04:45
@codecov
Copy link

codecov bot commented Jun 25, 2023

Codecov Report

Merging #322 (2b904a4) into master (4040b6a) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #322   +/-   ##
=======================================
  Coverage   82.49%   82.49%           
=======================================
  Files           7        7           
  Lines         777      777           
=======================================
  Hits          641      641           
  Misses        136      136           
Impacted Files Coverage Δ
lib/c14n-canonicalization.js 64.15% <100.00%> (ø)
lib/exclusive-canonicalization.js 86.44% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@cjbarth cjbarth merged commit 32795f3 into node-saml:master Jun 26, 2023
9 checks passed
@cjbarth
Copy link
Contributor

cjbarth commented Jun 26, 2023

Thanks so much for helping with this!

@LoneRifle LoneRifle deleted the chore/eslint/no-unused-vars branch June 26, 2023 15:23
@cjbarth cjbarth added the chore label Jun 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants