diff --git a/.woke.yaml b/.woke.yaml index f4ce021c..43bf15a6 100644 --- a/.woke.yaml +++ b/.woke.yaml @@ -5,7 +5,8 @@ ignore_files: - '**/*.cache' # Exclude files ending with .cache - '__pycache__/**/*' # Exclude Python cache directories - '.*' # Exclude all files starting with . - - 'ols/utils/keywords.py' + - 'ols/utils/keywords.py' # Exclude all keywords + - 'ols/customize/ols/keywords.py' rules: - name: abort @@ -113,4 +114,4 @@ rules: alternatives: - allowedNouns/deniedNouns (or other verbs) - allowlist/denylist - severity: error \ No newline at end of file + severity: error