Loading...
Searching...
No Matches
Go to the documentation of this file.
8Fixture demonstrating missing func = "..." pattern before _dbg() calls.
9This file should fail the linter's func-pattern check.
13- Provide a non-compliant example for func-pattern linter tests.
28from oc_diagnostics
import _dbg
33 _dbg(
"L3",
"Starting process", domain=
"TEST", func=
"process")
39 _dbg(
"L4",
"Helper called", domain=
"TEST", func=
"helper")