Revision 2cdaf225 Makefile.am

b/Makefile.am
1358 1358
	$(PEP8) --ignore='$(PEP8_IGNORE)' --exclude='$(PEP8_EXCLUDE)' \
1359 1359
		--repeat $(pep8_python_code)
1360 1360

  
1361
# FIXME: remove ignore "Use void" when GHC 6.x is deprecated
1361 1362
.PHONY: hlint
1362 1363
hlint: $(HS_BUILT_SRCS) htools/lint-hints.hs
1363 1364
	@test -n "$(HLINT)" || { echo 'hlint' not found during configure; exit 1; }
......
1367 1368
	  --ignore "Use comparing" \
1368 1369
	  --ignore "Use on" \
1369 1370
	  --ignore "Reduce duplication" \
1371
	  --ignore "Use &&&" \
1372
	  --ignore "Use void" \
1370 1373
	  --hint htools/lint-hints \
1371 1374
	  $(filter-out htools/Ganeti/THH.hs,$(HS_LIB_SRCS))
1372 1375

  

Also available in: Unified diff