Revision 2fefc557 Makefile.am

b/Makefile.am
1318 1318
	HBINARY="./htools/hpc-htools" ./htools/offline-test.sh
1319 1319

  
1320 1320
# E111: indentation is not a multiple of four
1321
# E121: continuation line indentation is not a multiple of four
1322
#       (since our indent level is not 4)
1323
# E125: continuation line does not distinguish itself from next logical line
1324
#       (since our indent level is not 4)
1325
# E127: continuation line over-indented for visual indent
1326
#       (since our indent level is not 4)
1327
# E122,E123,E126,E128,E262,E272,E502,E711,: added temporarily to not
1328
#       modify stable code; do NOT merge these into master!
1321 1329
# E261: at least two spaces before inline comment
1322 1330
# E501: line too long (80 characters)
1323
PEP8_IGNORE = E111,E261,E501
1331
PEP8_IGNORE = E111,E121,E122,E123,E125,E126,E127,E128,E261,E262,E272,E501,E502,E711
1324 1332

  
1325 1333
# For excluding pep8 expects filenames only, not whole paths
1326 1334
PEP8_EXCLUDE = $(subst $(space),$(comma),$(strip $(notdir $(BUILT_PYTHON_SOURCES))))

Also available in: Unified diff