buflintv1

package
v0.53.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 25, 2021 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Overview

Package buflintv1 contains the VersionSpec for v1.

It uses buflintcheck and buflintbuild.

The only changes from v1beta1 to v1 were that ENUM_FIRST_VALUE_ZERO was moved from OTHER to MINIMAL, and the OTHER category was deleted.

Index

Constants

This section is empty.

Variables

View Source
var VersionSpec = &internal.VersionSpec{
	RuleBuilders:      v1RuleBuilders,
	DefaultCategories: v1DefaultCategories,
	AllCategories:     v1AllCategories,
	IDToCategories:    v1IDToCategories,
}

VersionSpec is the version specification for v1.

The SYNTAX_SPECIFIED rule was added to BASIC, DEFAULT. The IMPORT_USED rule was added to BASIC, DEFAULT.

A number of categories were removed between v1beta1 and v1. The difference is shown below:

Removed:

  • FILE_LAYOUT
  • PACKAGE_AFFINITY
  • SENSIBLE
  • STYLE_BASIC
  • STYLE_DEFAULT
  • OTHER

Thus, the only remaining categories are:

Categories:

  • MINIMAL
  • BASIC
  • DEFAULT
  • COMMENTS
  • UNARY_RPC

The rules included in the MINIMAL lint category have also been adjusted. The difference is shown below:

Removed:

  • ENUM_NO_ALLOW_ALIAS
  • FIELD_NO_DESCRIPTOR
  • IMPORT_NO_PUBLIC
  • IMPORT_NO_WEAK
  • PACKAGE_SAME_CSHARP_NAMESPACE
  • PACKAGE_SAME_GO_PACKAGE
  • PACKAGE_SAME_JAVA_MULTIPLE_FILES
  • PACKAGE_SAME_JAVA_PACKAGE
  • PACKAGE_SAME_PHP_NAMESPACE
  • PACKAGE_SAME_RUBY_PACKAGE
  • PACKAGE_SAME_SWIFT_PREFIX

With these changes applied, the final result of MINIMAL is:

MINIMAL:

  • DIRECTORY_SAME_PACKAGE
  • PACKAGE_DEFINED
  • PACKAGE_DIRECTORY_MATCH
  • PACKAGE_SAME_DIRECTORY

Finally, the FIELD_NO_DESCRIPTOR rule was removed altogether.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL