Revision 3603605a Makefile.am

b/Makefile.am
1170 1170
.PHONY: hlint
1171 1171
hlint: $(HS_BUILT_SRCS)
1172 1172
	if tty -s; then C="-c"; else C=""; fi; \
1173
	hlint --report=doc/hs-lint.html $$C htools
1173
	hlint --report=doc/hs-lint.html --cross $$C \
1174
	  --ignore "Use first" \
1175
	  --ignore "Use comparing" \
1176
	  --ignore "Use on" \
1177
	  --ignore "Use Control.Exception.catch" \
1178
	  --ignore "Reduce duplication" \
1179
	  $(filter-out htools/Ganeti/THH.hs,$(HS_LIB_SRCS))
1174 1180

  
1175 1181
# a dist hook rule for updating the vcs-version file; this is
1176 1182
# hardcoded due to where it needs to build the file...

Also available in: Unified diff