Skip to content

Commit af2968c

Browse files
committed
Try to fix shifting line endings issue
1 parent 2223b67 commit af2968c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configs/patterns.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ patterns:
223223
- "Some false positives in code or YAML files might appear, especially where the variable is called 'key' or 'token'"
224224
- "The pattern checks for certain key words to end the variable name (`secret`, `password`, etc.)"
225225
test:
226-
data: |
226+
data: |-
227227
password: |
228228
password123
229229
andsomemore

0 commit comments

Comments
 (0)