Skip to content
This repository has been archived by the owner on Nov 27, 2018. It is now read-only.

A flake8 formatter plugin to show absolute path of files

License

Notifications You must be signed in to change notification settings

jarshwah/flake8_formatter_abspath

Repository files navigation

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.