https://github.com/micbou/flake8-ycm
A flake8 plugin that enforces YouCompleteMe and ycmd coding style
https://github.com/micbou/flake8-ycm
codestyle flake8 flake8-plugin ycmd youcompleteme
Last synced: 8 days ago
JSON representation
A flake8 plugin that enforces YouCompleteMe and ycmd coding style
- Host: GitHub
- URL: https://github.com/micbou/flake8-ycm
- Owner: micbou
- License: apache-2.0
- Created: 2018-05-29T15:58:27.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-18T14:13:10.000Z (almost 8 years ago)
- Last Synced: 2026-01-02T16:39:41.077Z (3 months ago)
- Topics: codestyle, flake8, flake8-plugin, ycmd, youcompleteme
- Language: Python
- Size: 30.3 KB
- Stars: 0
- Watchers: 0
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- License: LICENSE
Awesome Lists containing this project
README
==========
flake8-ycm
==========
.. image:: https://img.shields.io/pypi/v/flake8-ycm.svg
:target: https://pypi.org/project/flake8-ycm/
.. image:: https://img.shields.io/pypi/l/flake8-ycm.svg
:target: https://pypi.org/project/flake8-ycm/
.. image:: https://img.shields.io/pypi/pyversions/flake8-ycm.svg
:target: https://pypi.org/project/flake8-ycm/
.. image:: https://img.shields.io/travis/micbou/flake8-ycm.svg?label=Linux
:target: https://travis-ci.com/micbou/flake8-ycm
.. image:: https://img.shields.io/appveyor/ci/micbou/flake8-ycm/master.svg?label=Windows
:target: https://ci.appveyor.com/project/micbou/flake8-ycm
.. image:: https://img.shields.io/codecov/c/github/micbou/flake8-ycm/master.svg
:target: https://codecov.io/gh/micbou/flake8-ycm
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
====== ===========