We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f80c374 + 5295c62 commit 766c70aCopy full SHA for 766c70a
AGENTS.md
@@ -175,6 +175,7 @@ Agents should follow these conventions when generating or editing code and tests
175
- Match the existing style in nearby code.
176
- Do **not** use import wildcards (for example, avoid `import org.apache.tinkerpop.gremlin.structure.*`); prefer explicit imports.
177
- Respect existing naming patterns and package organization.
178
+- Define variables as `final` whenever possible, except for loop variables.
179
180
### 6.2 Test guidelines
181
0 commit comments