class

Flaw::UnfinishedStub

Inherits Flaw::Rule < Reference < Object

FLAW103 — AI-slop / unfinished stub left in source.

Constants

PATTERNS = [/\braise\s+NotImplementedError/, /#\s*TODO:?\s*implement\b/i, /#\s*implement (this|me)\b/i, /#\s*stub\b/i]

Instance methods

check(source : String, path : String) : Array(Finding)
Source
default_severity
Source
description
Source
tag

Category for grouping in flaw rules output and the README catalog. Override in rule subclasses. Default: "security".

Source
title
Source