shelljs / shx

Portable Shell Commands for Node
MIT License
1.72k stars 44 forks source link

refactor: rename "blacklist" -> "blocklist" #193

Closed nfischer closed 2 years ago

nfischer commented 2 years ago

No change to logic. This just renames "blacklist" to "blocklist" to use more inclusive language.

Test: npm run test Test: ./lib/cli.js exec (this is blocked, as expected) Test: ./lib/cli.js help (does not mention blocked commands)

codecov-commenter commented 2 years ago

Codecov Report

Merging #193 (f86451c) into master (009e7bb) will not change coverage. The diff coverage is 100.00%.

:exclamation: Current head f86451c differs from pull request most recent head fb5d546. Consider uploading reports for the commit fb5d546 to get more accurate results Impacted file tree graph

@@            Coverage Diff            @@
##            master      #193   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            5         5           
  Lines          114       114           
=========================================
  Hits           114       114           
Impacted Files Coverage Δ
src/config.js 100.00% <100.00%> (ø)
src/help.js 100.00% <100.00%> (ø)
src/shx.js 100.00% <100.00%> (ø)

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 009e7bb...fb5d546. Read the comment docs.