We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a92102e + 34d32f4 commit cbeee14Copy full SHA for cbeee14
AGENTS.md
@@ -172,6 +172,7 @@ Agents should follow these conventions when generating or editing code and tests
172
173
### 6.1 Code style
174
175
+- All files should include the Apache Software Foundation license header.
176
- Match the existing style in nearby code.
177
- Do **not** use import wildcards (for example, avoid `import org.apache.tinkerpop.gremlin.structure.*`); prefer explicit imports.
178
- Respect existing naming patterns and package organization.
0 commit comments