From 95416b053dbedb23844a20a118a81e1c570efd5f Mon Sep 17 00:00:00 2001 From: Matt Kenney Date: Sun, 8 Jun 2025 16:04:16 -0400 Subject: [PATCH] add: `part` and `ignore-files` to config --- docs/namelint-config-schema.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/namelint-config-schema.yaml b/docs/namelint-config-schema.yaml index 645c0b3..d116031 100644 --- a/docs/namelint-config-schema.yaml +++ b/docs/namelint-config-schema.yaml @@ -28,8 +28,18 @@ properties: description: Rules to specifically disable items: type: string + ignore-files: + type: array + description: File names to explicitly allow + items: + type: string lint_id: type: string + part: + enum: + - base + - extension + - full paths: type: array description: Path patterns to apply these rules to