test(config-audit): add marketplace-small/medium/large scanner fixtures
This commit is contained in:
parent
94ce70186c
commit
5a4f29fd14
14 changed files with 222 additions and 0 deletions
13
plugins/config-audit/tests/fixtures/marketplace-medium/.claude/shared.md
vendored
Normal file
13
plugins/config-audit/tests/fixtures/marketplace-medium/.claude/shared.md
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# Shared Medium Patterns
|
||||
|
||||
Naming conventions and common helpers shared across the four plugins.
|
||||
|
||||
## Naming
|
||||
|
||||
- `camelCase` for variables and functions
|
||||
- `PascalCase` for classes and types
|
||||
|
||||
## Error Handling
|
||||
|
||||
- Early returns over nested conditionals
|
||||
- Typed error subclasses
|
||||
Loading…
Add table
Add a link
Reference in a new issue