Skip to content

Instantly share code, notes, and snippets.

@karlw00t
Created May 14, 2018 15:03
Show Gist options
  • Save karlw00t/d76013ba9bd47f11e0512d74a208367b to your computer and use it in GitHub Desktop.
Save karlw00t/d76013ba9bd47f11e0512d74a208367b to your computer and use it in GitHub Desktop.
Flake8 output cloud custodian
./tools/c7n_guardian/setup.py:20:4: E111 indentation is not a multiple of four
./tools/c7n_guardian/c7n_guardian/cli.py:221:23: E127 continuation line over-indented for visual indent
./tools/c7n_guardian/c7n_guardian/cli.py:224:24: E127 continuation line over-indented for visual indent
./tools/c7n_guardian/c7n_guardian/cli.py:312:1: E302 expected 2 blank lines, found 1
./tools/c7n_index/c7n_index/metrics.py:552:23: E999 SyntaxError: invalid syntax
./tools/c7n_salactus/setup.py:20:4: E111 indentation is not a multiple of four
./tools/c7n_salactus/c7n_salactus/cli.py:41:5: F401 'c7n_salactus.rqworker' imported but unused
./tools/c7n_salactus/c7n_salactus/cli.py:63:17: E123 closing bracket does not match indentation of opening bracket's line
./tools/c7n_salactus/c7n_salactus/cli.py:80:25: E131 continuation line unaligned for hanging indent
./tools/c7n_salactus/c7n_salactus/cli.py:102:1: E122 continuation line missing indentation or outdented
./tools/c7n_salactus/c7n_salactus/cli.py:152:9: E722 do not use bare except'
./tools/c7n_salactus/c7n_salactus/cli.py:198:13: E265 block comment should start with '# '
./tools/c7n_salactus/c7n_salactus/cli.py:220:101: E501 line too long (106 > 100 characters)
./tools/c7n_salactus/c7n_salactus/cli.py:230:13: E722 do not use bare except'
./tools/c7n_salactus/c7n_salactus/cli.py:250:1: E265 block comment should start with '# '
./tools/c7n_salactus/c7n_salactus/cli.py:340:18: W503 line break before binary operator
./tools/c7n_salactus/c7n_salactus/cli.py:560:48: E222 multiple spaces after operator
./tools/c7n_salactus/c7n_salactus/cli.py:584:1: E303 too many blank lines (3)
./tools/c7n_salactus/c7n_salactus/cli.py:639:9: E122 continuation line missing indentation or outdented
./tools/c7n_salactus/c7n_salactus/cli.py:678:1: E303 too many blank lines (3)
./tools/c7n_salactus/c7n_salactus/cli.py:694:34: F821 undefined name 'basestring'
./tools/c7n_salactus/c7n_salactus/cli.py:702:13: E265 block comment should start with '# '
./tools/c7n_salactus/c7n_salactus/cli.py:703:13: E265 block comment should start with '# '
./tools/c7n_salactus/c7n_salactus/db.py:189:13: E123 closing bracket does not match indentation of opening bracket's line
./tools/c7n_salactus/c7n_salactus/inventory.py:39:5: E265 block comment should start with '# '
./tools/c7n_salactus/c7n_salactus/inventory.py:40:5: E265 block comment should start with '# '
./tools/c7n_salactus/c7n_salactus/inventory.py:41:5: E265 block comment should start with '# '
./tools/c7n_salactus/c7n_salactus/rqworker.py:39:1: E302 expected 2 blank lines, found 1
./tools/c7n_salactus/c7n_salactus/worker.py:70:1: E265 block comment should start with '# '
./tools/c7n_salactus/c7n_salactus/worker.py:95:1: E305 expected 2 blank lines after class or function definition, found 1
./tools/c7n_salactus/c7n_salactus/worker.py:190:27: F821 undefined name 'unicode'
./tools/c7n_salactus/c7n_salactus/worker.py:367:13: E722 do not use bare except'
./tools/c7n_salactus/c7n_salactus/worker.py:836:9: E265 block comment should start with '# '
./tools/c7n_salactus/c7n_salactus/worker.py:837:9: E265 block comment should start with '# '
./tools/c7n_sphere11/setup.py:22:7: E121 continuation line under-indented for hanging indent
./tools/c7n_sphere11/setup.py:35:1: W391 blank line at end of file
./tools/c7n_sphere11/c7n_sphere11/admin.py:42:18: E999 SyntaxError: invalid syntax
./tools/c7n_sphere11/c7n_sphere11/cli.py:105:5: E722 do not use bare except'
./tools/c7n_sphere11/c7n_sphere11/handler.py:33:13: E999 SyntaxError: invalid syntax
./tools/c7n_traildb/c7n_traildb/traildb.py:24:1: F401 'c7n.credentials.assumed_session' imported but unused
./tools/c7n_traildb/c7n_traildb/traildb.py:30:1: F401 'boto3' imported but unused
./tools/c7n_traildb/c7n_traildb/traildb.py:39:1: E302 expected 2 blank lines, found 1
./tools/c7n_traildb/c7n_traildb/traildb.py:272:9: E741 ambiguous variable name 'l'
./tools/c7n_traildb/c7n_traildb/trailes.py:30:1: F401 'c7n.credentials.assumed_session' imported but unused
./tools/c7n_traildb/c7n_traildb/trailes.py:106:43: W291 trailing whitespace
./tools/c7n_traildb/c7n_traildb/trailes.py:149:13: E222 multiple spaces after operator
./tools/c7n_traildb/c7n_traildb/trailes.py:182:17: E722 do not use bare except'
./tools/c7n_traildb/c7n_traildb/trailts.py:215:64: E225 missing whitespace around operator
./tools/c7n_traildb/c7n_traildb/trailts.py:350:14: E999 SyntaxError: invalid syntax
./tools/dev/license-headers.py:46:20: E999 SyntaxError: invalid syntax
./tools/utils/s3stat.py:91:9: E722 do not use bare except'
./tools/utils/update_headers.py:36:1: W293 blank line contains whitespace
./tools/utils/update_headers.py:71:101: E501 line too long (111 > 100 characters)
./tools/utils/update_headers.py:93:1: W293 blank line contains whitespace
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment