eslint-plugin-promise icon indicating copy to clipboard operation
eslint-plugin-promise copied to clipboard

feat(`valid-params`): add `exclude` option

Open brettz9 opened this issue 1 year ago • 1 comments

What is the purpose of this pull request?

  • [x] Changes an existing rule

What changes did you make? (Give an overview)

Adds an exclude option to valid-params. Allows use of non-standard methods, e.g., Bluebird catch.

Also refactors a few instances of array join into ES6 templates

Fixes #127

brettz9 avatar Jul 25 '24 10:07 brettz9

Codecov Report

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

Project coverage is 100.00%. Comparing base (bbcfcbf) to head (1e13edc). Report is 66 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #515   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           25        26    +1     
  Lines          649       722   +73     
  Branches       250       280   +30     
=========================================
+ Hits           649       722   +73     

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

codecov[bot] avatar Jul 25 '24 10:07 codecov[bot]