Skip to content

Commit 1008246

Browse files
authored
Update pmd.yml
1 parent 8cf02c0 commit 1008246

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pmd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ jobs:
5454
# - Lines starting with '!' (free form comments)
5555
# - Lines starting with 'c', 'C', '*', 'd', 'D' in column 1 (fixed form comments)
5656
# 2. Remove end-of-line comments (anything after '!' that isn't in a string)
57-
# 3. Preserve strings containing '!' characters
58-
sed -E '
57+
# 3. Preserve strings containing '!' characters
58+
sed -E '
5959
:a
6060
/&$/ {
6161
N

0 commit comments

Comments
 (0)