125

Language / Framework: Vim Script/VimL
Checks: 14
Categories: Style, Bug Risk
Vint Version: 0.3.4

codeclimate-vint is a Code Climate engine that wraps vint, a tool for linting Vim Script.

Enable the Plugin

To enable the Vint engine for your project, add the following to your .codeclimate.yml configuration file: ​

plugins:
  vint:
    enabled: true

More information about the CLI is available in the README here: https://github.com/codeclimate/codeclimate

Configure the Plugin

Vint supports configuration via a .vintrc.yaml configuration file as detailed in Vint's documentation. Edit your .vintrc.yaml to select rules and tune thresholds that best meet your requirements.

Understand the Plugin

The Vint linting policy summary is a great resource for how vint works.