معرفی شرکت ها


flake8-checkstyle-0.1.2


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Output Checkstyle XML reports of flake8 violations.
ویژگی مقدار
سیستم عامل -
نام فایل flake8-checkstyle-0.1.2
نام flake8-checkstyle
نسخه کتابخانه 0.1.2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Daichi Kumagai
ایمیل نویسنده d9magai@gmail.com
آدرس صفحه اصلی https://github.com/d9magai/flake8-checkstyle
آدرس اینترنتی https://pypi.org/project/flake8-checkstyle/
مجوز MIT License
.. image:: https://circleci.com/gh/d9magai/flake8-checkstyle/tree/master.svg?style=svg :target: https://circleci.com/gh/d9magai/flake8-checkstyle/tree/master ================== flake8-checkstyle ================== Output Checkstyle XML reports of flake8 violations. Quick Start -------------- .. code-block:: bash $ pip install flake8-checkstyle To print a Checkstyle report, use the ``--format=checkstyle`` command line argument. .. code-block:: bash $ flake8 --format=checkstyle path/to/code The output will look like this: .. code-block:: xml <?xml version='1.0' encoding='utf-8'?> <checkstyle> <file name="example.py"> <error column="1" line="3" message="H306: imports not in alphabetical order (sys, os)" severity="info" source="hacking"/> <error column="1" line="3" message="I100 Import statements are in the wrong order. import os should be before import sys" severity="info" source="flake8-import-order"/> <error column="27" line="4" message="F821 undefined name 'index'" severity="info" source="pyflakes"/> <error column="1" line="7" message="E302 expected 2 blank lines, found 1" severity="error" source="pycodestyle"/> <error column="1" line="7" message="D101 Missing docstring in public class" severity="info" source="flake8-docstrings"/> <error column="20" line="7" message="W291 trailing whitespace" severity="warning" source="pycodestyle"/> </file> </checkstyle> Checkstyle rule ---------------- flake8-checkstyle can coexist with other flake8 plugins. The prefix code determines source and severity. ============ ===================== ========= prefix code source severity ============ ===================== ========= E pycodestyle error W pycodestyle warning F pyflakes info C mccabe info H hacking info I flake8-import-order info D flake8-docstrings info ============ ===================== ========= License ------- * MIT License ======= History ======= 0.1.2 (2018-05-07) ------------------ * Support for flake8 --output-file argument 0.1.1 (2018-01-15) ------------------ * Modify release settings 0.1.0 (2018-01-15) ------------------ * Fixed some flake8 violations * Introduced CircleCI * Add status badge * Release settings 0.0.1 (2018-01-08) ------------------ * First release on PyPI.


نحوه نصب


نصب پکیج whl flake8-checkstyle-0.1.2:

    pip install flake8-checkstyle-0.1.2.whl


نصب پکیج tar.gz flake8-checkstyle-0.1.2:

    pip install flake8-checkstyle-0.1.2.tar.gz