Skip to main content

Extendable codestyle checker and fixer

Project description

This script checks and auto fixes codestyle for all supported languages:

  1. PHP (phpcs)

  2. Python (pep8 and pylint)

  3. Javascript (jscs and jshint)

  4. CSS (csscomb)

Installation

# First install the pip, npm and pear package managers
# Example for debian
sudo apt-get install python-pip npm php-pear

# Install codestyle and dependencies
pip install codestyle
npm install -g jshint jscs-fixer csscomb
pear install PHP_CodeSniffer

Usage

usage: codestyle [-h] [-i] [-c] [-s standard-dir] target [target ...]

Check and fix code style

positional arguments:
  target                files for checking

optional arguments:
  -h, --help            show this help message and exit
  -i, --try-fix         Auto fix codestyle errors
  -c, --compact         Show compact output
  -s standard-dir, --standard standard-dir
                        Path to the coding standard directory

Example

# check all supported files in directory recursive
codestyle /path/to/project/dir

# check set of files
codestyle test.js test.php test.py

# check file and try to fix errors
codestyle --try-fix test.js

# check project with compact output (no detail errors information)
codestyle --compact /path/to/project/dir

# check all project and save full report to file
codestyle /path/to/project &> report.txt

Dependencies

  1. phpcs

  2. phpcbf

  3. jshint (global nodejs package)

  4. jscs-fixer (global nodejs package)

  5. jscs (global nodejs package)

  6. pep8

  7. autopep8

  8. pylint

  9. csscomb

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

codestyle-0.0.13.tar.gz (23.1 kB view details)

Uploaded Source

File details

Details for the file codestyle-0.0.13.tar.gz.

File metadata

  • Download URL: codestyle-0.0.13.tar.gz
  • Upload date:
  • Size: 23.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for codestyle-0.0.13.tar.gz
Algorithm Hash digest
SHA256 70616557a269568f8fcc17ee865535175dd89279f1440566d37b3e071f2a7193
MD5 faa38190003fde69c20cb674ec21317a
BLAKE2b-256 6302737a76e3ad4742e73f40ab40ff87df0c81609a647c498acf2c1d09c14f6f

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