aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/README.md b/README.md
index 68f2302..6a028c9 100644
--- a/README.md
+++ b/README.md
@@ -62,7 +62,6 @@ max_line_match = 10
[match-license]
pattern = "^(//+|#+)\\s+(.*)governed by a BSD-style(.*)$"
license_identifier = BSD-3-Clause
-delete_match = true
delete_line_pattern = "^(//+|#+)\\s+license that(.*)$"
[match-copyright]
@@ -111,8 +110,6 @@ regular expression.
If there is a line that match with it, the value in
"match-license::license_identifier" will replace the
"default::license_identifier" value.
-If the "delete_match" is true, it will delete the matched line from the
-file.
If there is "delete_line_pattern" defined, it will search for line that match
with that pattern and delete it.
The "delete_line_pattern" can be defined zero or multiple times.