thegooglecodearchive / editra-plugins

Automatically exported from code.google.com/p/editra-plugins
0 stars 1 forks source link

flake8 check #209

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hello,

can you add flake8 check?

Original issue reported on code.google.com by matri...@gmail.com on 31 Jul 2012 at 11:53

GoogleCodeExporter commented 9 years ago
Hello,

Can you add some more information as to what your talking about?

Original comment by CodyPrec...@gmail.com on 2 Aug 2012 at 12:55

GoogleCodeExporter commented 9 years ago
Sorry that I didn't add it from start:

flake8 (https://bitbucket.org/tarek/flake8)

From page:
Flake8 is a wrapper around these tools:

- PyFlakes
- pep8
- Ned's McCabe script

Flake8 runs all tools by launching the single 'flake8' script, but ignores pep8
and PyFlakes extended options and just uses defaults. It displays the warnings
in a per-file, merged output.

It also adds a few features:

- files that contains with this header are skipped::

    # flake8: noqa

- lines that contains a "# NOQA" comment at the end will not issue a warning.
- a Mercurial hook.
- a McCabe complexity checker.

Best regards

Original comment by matri...@gmail.com on 3 Aug 2012 at 6:11

GoogleCodeExporter commented 9 years ago
PyStudio version 0.5 adds Pep 8 checks

Will leave this issue open for further investigation.

Original comment by CodyPrec...@gmail.com on 12 Aug 2012 at 6:56

GoogleCodeExporter commented 9 years ago
Looks like pep8 checker is enough for my needs.

Can be closed.

Original comment by matri...@gmail.com on 16 Aug 2012 at 3:41

GoogleCodeExporter commented 9 years ago
Would still like to leave open for further investigation as it may be nice to 
allow integration with more tools.

Original comment by CodyPrec...@gmail.com on 16 Aug 2012 at 4:05