twilio / twilio-node

Node.js helper library
MIT License
1.39k stars 509 forks source link

fix: use break() for method names rather than break_() #897

Closed mattcole19 closed 1 year ago

mattcole19 commented 1 year ago

Fixes

break is a keyword in JS, but it is allowed for method names. Therefore we want to rename break_() methods to break()

Checklist

If you have questions, please file a support ticket, or create a GitHub Issue in this repository.

sonarcloud[bot] commented 1 year ago

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