Skip to content

Instantly share code, notes, and snippets.

@timlinux
Created April 27, 2014 21:17
Show Gist options
  • Save timlinux/11355950 to your computer and use it in GitHub Desktop.
Save timlinux/11355950 to your computer and use it in GitHub Desktop.
./safe_qgis/impact_statistics/aggregator.py:684:80: E501 line too long (88 > 79 characters)
./safe_qgis/tools/about_dialog.py:41:1: W391 blank line at end of file
./safe_qgis/tools/options_dialog.py:167:80: E501 line too long (80 > 79 characters)
./safe_qgis/tools/wizard_dialog.py:546:48: E226 missing whitespace around arithmetic operator
./safe_qgis/tools/test/test_wizard_dialog.py:70:37: E226 missing whitespace around arithmetic operator
./safe/postprocessors/postprocessor_factory.py:83:1: W293 blank line contains whitespace
./safe/postprocessors/test_age_postprocessor.py:65:22: W292 no newline at end of file
./safe/postprocessors/test_gender_postprocessor.py:53:70: E502 the backslash is redundant between brackets
./safe/postprocessors/test_gender_postprocessor.py:60:22: W292 no newline at end of file
./safe/postprocessors/test_minimum_needs_postprocessor.py:58:22: W292 no newline at end of file
./safe/impact_functions/inundation/test_qgis_native_impact_functions.py:358:1: W293 blank line contains whitespace
./safe/common/gdal_ogr_tools.py:56:59: E502 the backslash is redundant between brackets
./safe/common/gdal_ogr_tools.py:57:77: E502 the backslash is redundant between brackets
./safe/common/gdal_ogr_tools.py:141:71: E502 the backslash is redundant between brackets
./safe/common/qgis_vector_tools.py:342:55: E502 the backslash is redundant between brackets
./safe/common/qgis_vector_tools.py:345:56: E502 the backslash is redundant between brackets
./safe/common/qgis_vector_tools.py:462:1: W293 blank line contains whitespace
./safe/common/qgis_vector_tools.py:473:30: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./safe/common/qgis_vector_tools.py:476:15: E271 multiple spaces after keyword
./safe/common/test_gdal_ogr_tools.py:22:1: E303 too many blank lines (3)
./safe/common/test_gdal_ogr_tools.py:36:1: W293 blank line contains whitespace
./safe/common/test_gdal_ogr_tools.py:42:66: E502 the backslash is redundant between brackets
./safe/common/test_gdal_ogr_tools.py:45:1: W293 blank line contains whitespace
./safe/common/test_qgis_vector_tools.py:257:1: W293 blank line contains whitespace
./safe/common/test_qgis_vector_tools.py:272:66: E502 the backslash is redundant between brackets
./safe/common/test_qgis_vector_tools.py:295:38: W291 trailing whitespace
./safe/common/test_qgis_vector_tools.py:299:1: E303 too many blank lines (3)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment