Skip to main content

A pep8 equivalent for bash scripts

Project description

A pep8 equivalent for bash scripts

This program attempts to be an automated style checker for bash scripts to fill the same part of code review that pep8 does in most OpenStack projects. It started from humble beginnings in the DevStack project, and will continue to evolve over time.

Currently Supported Checks

Errors

Basic white space errors, for consistent indenting

  • E001: check that lines do not end with trailing whitespace

  • E002: ensure that indents are only spaces, and not hard tabs

  • E003: ensure all indents are a multiple of 4 spaces

  • E004: file did not end with a newline

Structure Errors

A set of rules that help keep things consistent in control blocks. These are ignored on long lines that have a continuation, because unrolling that is kind of “interesting”

  • E010: do not on the same line as for

  • E011: then not on the same line as if

  • E012: heredoc didn’t end before EOF

  • E020: Function declaration not in format ^function name {$

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

bashate-0.2.0.tar.gz (13.5 kB view details)

Uploaded Source

Built Distribution

bashate-0.2.0-py2-none-any.whl (11.0 kB view details)

Uploaded Python 2

File details

Details for the file bashate-0.2.0.tar.gz.

File metadata

  • Download URL: bashate-0.2.0.tar.gz
  • Upload date:
  • Size: 13.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for bashate-0.2.0.tar.gz
Algorithm Hash digest
SHA256 e73542adcc94eecf1b0cbd1fdd05850b2e4b7f146fe9c58cdd1841c399539dba
MD5 809b2eb1d7a5aea83f6ef64eefdcfef6
BLAKE2b-256 915cbd0ab0d49157c7af686d17915c88cf591ef54946bc0b33d61aed3f8ec252

See more details on using hashes here.

File details

Details for the file bashate-0.2.0-py2-none-any.whl.

File metadata

File hashes

Hashes for bashate-0.2.0-py2-none-any.whl
Algorithm Hash digest
SHA256 8fafc57db2031036eaccd9f6621258ef4850e35e54cf9b39df56e35e1f88baa1
MD5 3d153a9b781b0dbc595e477202a5f66f
BLAKE2b-256 22e552397483b1fa7aa5aabecc3bf9a2dba8250c7aacae2f2673bf5e718fcd1f

See more details on using hashes here.

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