INPUT_A03 rules
Applicable rules
rules.yaml/**
Codestickler checks every pull request against the rules in your repository.
Install GitHub Appreview({ diff, codebase: checkout(base_sha), rules: [ "Use the new design system.", "Prefer fakes over mocks.", "Deploy infra through the deploy service." ] })
Each finding names the rule, file, and added line.
rules.yaml/**
head 4de9f17
base a90c102
model × tools × evidence
src/github/client.ts:42
External requests need timeouts
no findings
rules.yamlname: External requests require timeouts instruction: | Every outbound network request must set a finite timeout and handle timeout failures. Flag requests that can wait indefinitely. files: - "src/**/*.ts" - "!**/*.test.ts"