Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix checkstyle error #121

Merged
merged 1 commit into from
Apr 16, 2024
Merged

Fix checkstyle error #121

merged 1 commit into from
Apr 16, 2024

Conversation

abhilash1in
Copy link
Collaborator

Fix checkstyle error related to variable naming convention:

[INFO] --- checkstyle:3.1.0:check (default-cli) @ zookeeper-jute ---
[INFO] Starting audit...
[ERROR] /Users/abkishor/code/opensource/li-zookeeper/zookeeper-jute/src/main/java/org/apache/jute/BinaryOutputArchive.java:111:13: Name 'length_descriptor_size' must match pattern '^[a-z][a-zA-Z0-9]*$'. [LocalVariableName]
Audit done.
[INFO] There is 1 error reported by Checkstyle 8.19 with checkstyle-strict.xml ruleset.
[ERROR] src/main/java/org/apache/jute/BinaryOutputArchive.java:[111,13] (naming) LocalVariableName: Name 'length_descriptor_size' must match pattern '^[a-z][a-zA-Z0-9]*$'.

length_descriptor_size was added in #118

@abhilash1in abhilash1in marked this pull request as ready for review April 16, 2024 22:31
@abhilash1in abhilash1in removed the request for review from rahulrane50 April 16, 2024 22:41
@abhilash1in abhilash1in merged commit b6b17a2 into branch-3.6 Apr 16, 2024
16 checks passed
@abhilash1in abhilash1in deleted the abkishor/checkstyle branch April 16, 2024 22:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants