flake8-ycm

A Flake8 plugin that enforces YouCompleteMe and ycmd coding style


Keywords
flake8, YouCompleteMe, ycmd, coding, style, codestyle, flake8-plugin
License
Apache-2.0
Install
pip install flake8-ycm==0.1.0

Documentation

flake8-ycm

https://img.shields.io/travis/micbou/flake8-ycm.svg?label=Linux https://img.shields.io/appveyor/ci/micbou/flake8-ycm/master.svg?label=Windows

A Flake8 plugin that enforces YouCompleteMe and ycmd coding style.

Rules

Code Description
YCM111 indentation is not a multiple of two spaces
YCM112 expected an indented block of n spaces
YCM114 indentation is not a multiple of two spaces (comment)
YCM115 expected an indented block of n spaces (comment)
YCM201 exactly one space required after a left bracket
YCM202 exactly one space required before a right bracket
YCM204 no spaces between brackets for empty content