Skip to content

Commit 9f1ffac

Browse files
committed
drop naming conventions section
Signed-off-by: Roman Dmytrenko <rdmytrenko@gmail.com>
1 parent 7c140de commit 9f1ffac

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

AGENTS.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -134,13 +134,6 @@ Excluded rules:
134134
- G101 (hardcoded credentials detection - too noisy)
135135
- G404 (weak random number generation - used in tests)
136136

137-
### Naming Conventions
138-
139-
- **Variables**: camelCase (e.g., `clientMetadata`, `evalCtx`)
140-
- **Exported Types/Functions**: PascalCase (e.g., `Client`, `NewClient`)
141-
- **Interfaces**: PascalCase, typically I-prefixed (e.g., `IClient`, `IFeatureProvider`) or role-based (e.g., `FeatureProvider`)
142-
- **Constants**: PascalCase
143-
144137
### Error Handling
145138

146139
- Use `fmt.Errorf` with `%w` for error wrapping

0 commit comments

Comments
 (0)