Skip to content

Commit c14b3aa

Browse files
committed
sed -i s/whitelist/allowlist/g
1 parent f0bf512 commit c14b3aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pre_commit_hooks/file_contents_sorter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
A very simple pre-commit hook that, when passed one or more filenames
33
as arguments, will sort the lines in those files.
44
5-
An example use case for this: you have a deploy-whitelist.txt file
5+
An example use case for this: you have a deploy-allowlist.txt file
66
in a repo that contains a list of filenames that is used to specify
77
files to be included in a docker container. This file has one filename
88
per line. Various users are adding/removing lines from this file; using

0 commit comments

Comments
 (0)