2021-09-20 15:38:42 +02:00
|
|
|
=== Parameters
|
|
|
|
|
2022-02-01 13:25:23 +01:00
|
|
|
.legalTrailingCommentPattern
|
|
|
|
****
|
2021-09-20 15:38:42 +02:00
|
|
|
|
2022-02-01 13:25:23 +01:00
|
|
|
----
|
|
|
|
^\s*+[^\s]++$
|
|
|
|
----
|
2021-09-20 15:38:42 +02:00
|
|
|
|
2022-02-01 13:25:23 +01:00
|
|
|
Pattern for text of trailing comments that are allowed. By default, comments containing only one word.
|
|
|
|
****
|