Skip to content

Commit

Permalink
Rename allowList/denyList in prevent-abbreviations (#620)
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Nov 7, 2021
1 parent 5490df6 commit 1d2409f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/plugins.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ module.exports = {
replacements: {
// https://thenextweb.com/dd/2020/07/13/linux-kernel-will-no-longer-use-terms-blacklist-and-slave/
whitelist: {
allowList: true,
include: true,
},
blacklist: {
denyList: true,
exclude: true,
},
master: {
main: true,
Expand Down

0 comments on commit 1d2409f

Please sign in to comment.