superlint/.automation/test/google_java_format
2023-01-11 15:52:36 +01:00
..
gjf_bad_1.java Fix Google Java Format tests and return code, and show output only if changed (#3810) 2023-01-11 15:52:36 +01:00
gjf_bad_2.java Fix Google Java Format tests and return code, and show output only if changed (#3810) 2023-01-11 15:52:36 +01:00
gjf_good_1.java Fix Google Java Format tests and return code, and show output only if changed (#3810) 2023-01-11 15:52:36 +01:00
gjf_good_2.java Fix Google Java Format tests and return code, and show output only if changed (#3810) 2023-01-11 15:52:36 +01:00
README.md Enhancement: Add support for google-java-format (#1969) 2021-09-28 17:09:21 -05:00

Google Java Format Test Cases

This folder holds the test cases for Google Java format.

Additional Docs

No Additional information is needed for this test case.

Good Test Cases

The test cases denoted: LANGUAGE_good_FILE.EXTENSION are all valid, and should pass successfully when linted.

  • Note: They are linted utilizing the default linter rules.

Bad Test Cases

The test cases denoted: LANGUAGE_bad_FILE.EXTENSION are NOT valid, and should trigger errors when linted.

  • Note: They are linted utilizing the default linter rules.