Metadata-Version: 2.0
Name: GoVetBear
Version: 0.8.0.dev99999999999998
Summary: 'GoVetBear' bear for coala (http://coala.rtfd.org/)
Home-page: UNKNOWN
Author: UNKNOWN
Author-email: UNKNOWN
License: AGPL-3.0
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: Win32 (MS Windows)
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Text Processing :: Linguistic


Analyze Go code and raise suspicious constructs, such as printf calls
whose arguments do not correctly match the format string, useless
assignments, common mistakes about boolean operations, unreachable code,
etc.

This is done using the ``vet`` command. For more information visit
<https://golang.org/cmd/vet/>.


