List of tags per source-file whose warnings are not displayed.

Initially empty, it is up to the toll to fill it. The tag "all" means all warnings and advices.

Property definitions

nitc $ ToolContext :: warning_blacklist
	# List of tags per source-file whose warnings are not displayed.
	#
	# Initially empty, it is up to the toll to fill it.
	# The tag "all" means all warnings and advices.
	var warning_blacklist = new MultiHashMap[SourceFile, String]
src/toolcontext.nit:167,2--171,61