Skip to content

samples build fail due to checkstyle violations #454

@athakor

Description

@athakor

Steps to reproduce

mvn -P lint --quiet --batch-mode checkstyle:check

[ERROR] src\main\java\com\example\firestore\Quickstart.java:[132,8] (naming) AbbreviationAsWordInName: Abbreviation in name 'runAQuery' must co
ntain no more than '1' consecutive capital letters.
[ERROR] src\main\java\com\example\firestore\snippets\ManageDataSnippets.java:[448,29] (whitespace) WhitespaceAround: WhitespaceAround: ':' is n
ot followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)
[ERROR] src\main\java\com\example\firestore\snippets\QueryDataSnippets.java:[114,9] (naming) AbbreviationAsWordInName: Abbreviation in name 'cr
eateAQuery' must contain no more than '1' consecutive capital letters.
[ERROR] src\main\java\com\example\firestore\snippets\QueryDataSnippets.java:[137,9] (naming) AbbreviationAsWordInName: Abbreviation in name 'cr
eateAQueryAlternate' must contain no more than '1' consecutive capital letters.
[ERROR] src\main\java\com\example\firestore\snippets\References.java:[37,30] (naming) AbbreviationAsWordInName: Abbreviation in name 'getAColle
ctionRef' must contain no more than '1' consecutive capital letters.
[ERROR] src\main\java\com\example\firestore\snippets\References.java:[52,28] (naming) AbbreviationAsWordInName: Abbreviation in name 'getADocum
entRef' must contain no more than '1' consecutive capital letters.
[ERROR] src\main\java\com\example\firestore\snippets\References.java:[67,28] (naming) AbbreviationAsWordInName: Abbreviation in name 'getADocum
entRefUsingPath' must contain no more than '1' consecutive capital letters.
[ERROR] src\main\java\com\example\firestore\snippets\References.java:[82,28] (naming) AbbreviationAsWordInName: Abbreviation in name 'getASubCo
llectionDocumentRef' must contain no more than '1' consecutive capital letters.
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-checkstyle-plugin:3.1.1:check (default-cli) on project firestore-snippets: You ha
ve 8 Checkstyle violations. -> [Help 1]

Metadata

Metadata

Assignees

Labels

api: firestoreIssues related to the googleapis/java-firestore API.externalThis issue is blocked on a bug with the actual product.samplesIssues that are directly related to samples.type: cleanupAn internal cleanup or hygiene concern.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions