Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 231 Bytes

pedantic.md

File metadata and controls

12 lines (10 loc) · 231 Bytes
layout class title summary
default
Processor
-pedantic BOOLEAN
Warn about things that are not really wrong but still not right.
protected void begin() {
	if (isTrue(getProperty(PEDANTIC)))
		setPedantic(true);
}