You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# for a list of options and descriptions, run prototool lint --list-linters
ignores:
# Verifies that the file option "php_namespace" is set.
- id: FILE_OPTIONS_REQUIRE_PHP_NAMESPACE
files:
- api
# Verifies that the file option "csharp_namespace" is set.
- id: FILE_OPTIONS_REQUIRE_CSHARP_NAMESPACE
files:
- api
# Verifies that the file option "objc_class_prefix" is set.
- id: FILE_OPTIONS_REQUIRE_OBJC_CLASS_PREFIX
files:
- api
# Verifies that the file option "java_package" is equal to PREFIX.PACKAGE, with PREFIX defaulting to "com" and configurable in your configuration file.
- id: FILE_OPTIONS_EQUAL_JAVA_PACKAGE_PREFIX
files:
- api
# Verifies that the file option "java_multiple_files" is equal to true.
- id: FILE_OPTIONS_EQUAL_JAVA_MULTIPLE_FILES_TRUE
files:
- api
# Verifies that the file option "java_outer_classname" is equal to $(upperCamelCase $(basename FILE))Proto.