flake8-formatter-abspath

A flake8 formatter plugin that shows the absolute path of files with warnings


Keywords
flake8_formatter_abspath, flake8, formatter, lint, linter-plugin, python, python3
License
MIT
Install
pip install flake8-formatter-abspath==1.0.1

Documentation

flake8-formatter-abspath

Updates

A flake8 formatter plugin that shows the absolute path of files with warnings.

  • Free software: MIT license

Installation

pip3 install flake8
pip3 install flake8_formatter_abspath

Usage

$ flake8 --format=abspath flake8_formatter_abspath
/Users/jarshwah/dev/flake8_formatter_abspath/flake8_formatter_abspath/plugin.py:5:1: F401 'sys' imported but unused

Jenkins WarningsPublisher

TODO

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.