Skip to main content

Yet another styleguide.

Project description

yastyleguide

Yet another styleguide

Install

poetry add -D yastyleguide
pip install yastyleguide

Nitpick styleguide

You can use base settings for linters with nitpick:

[tool.nitpick]
style = "https://raw.githubusercontent.com/levkovalenko/yastyleguide-styles/master/nitpick-yastyle.toml"

Running

It's just plugin flake8, so:

flake8 .

Violations

Our own codes:

Code Description
YAS101 Don't use any 'for' loops.
YAS102 Don't use any 'while' loops.
YAS201 Line is to complex, {0} > {1}. To many ast nodes per line.

temporary disabled |YAS202|To big median line complexity in module, {0} > {1}.| |YAS203|To many lines per module, {0} > {1}.| |YAS204|To many function definitions per module, {0} > {1}.| |YAS205|To many class definitions per module, {0} > {1}.|

You can read about external plugins violations at /docs/eng/plugin_list.md

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

yastyleguide-0.2.0.tar.gz (8.5 kB view hashes)

Uploaded Source

Built Distribution

yastyleguide-0.2.0-py3-none-any.whl (12.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page