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