Skip to content

Commit 1a1715d

Browse files
Added "peers" to known faulty defs
1 parent 34dbb0a commit 1a1715d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cfengine_cli/lint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"string",
5252
}
5353
PROMISE_BLOCK_ATTRIBUTES = ("path", "interpreter")
54-
KNOWN_FAULTY_FUNCTION_DEFS = {"regex_replace"}
54+
KNOWN_FAULTY_FUNCTION_DEFS = {"regex_replace", "peers"}
5555

5656

5757
@dataclass

0 commit comments

Comments
 (0)