Commit e5de68db authored by Daniel Honsel's avatar Daniel Honsel
Browse files

added todo

parent 97dbbafa
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -225,6 +225,12 @@ class CodeStyleValidator extends AbstractDeclarativeValidator {
		}
	}
	
	@Check
	def checkInlineTemplates() {
		//TODO: implement this
		//TODO: configuration for this check
	}
	
	private def <T extends EObject> int nestingDepth(EObject o, Class<T> t) {
		var depth = -1
		var parent = o