lint¶
Lint an existing snap file.
The snap is installed and linted inside a build environment. If an assertion
file exists in the same directory as the snap file with the name
<snap-name>.assert, it will be used to install the snap in the instance.
Usage¶
snapcraft lint [options] <snap-file>
Required¶
- snap-file
- Snap file to lint. 
Options¶
- --http-proxy
- Set http proxy. 
- --https-proxy
- Set https proxy. 
Global options¶
- -hor- --help
- Show this help message and exit. 
- -qor- --quiet
- Only show warnings and errors, not progress. 
- -vor- --verbose
- Show debug information and be more verbose. 
- --verbosity
- Set the verbosity level to ‘quiet’, ‘brief’, ‘verbose’, ‘debug’ or ‘trace’. 
- -Vor- --version
- Show the application version and exit. 
