Title: [commits] (bear) [11221] Adding lint and check targets
Revision
11221
Author
bear
Date
2006-07-20 23:26:06 -0700 (Thu, 20 Jul 2006)

Log Message

Adding lint and check targets
lint runs tools/lint.py which runs PyLint over Chandler
check runs tools/checker.py which runs PyChecker over Chandler

lint.py and checker.py are wrappers created by Heikki to invoke the
tools with hopefully sane defaults for the Chandler environment

Modified Paths

Diff

Modified: trunk/chandler/Makefile (11220 => 11221)

--- trunk/chandler/Makefile	2006-07-21 04:56:49 UTC (rev 11220)
+++ trunk/chandler/Makefile	2006-07-21 06:26:06 UTC (rev 11221)
@@ -255,6 +255,12 @@
 purge:
 	$(PYTHON_BIN) $(C_HOME)/tools/purge.py $(C_HOME)
 
+check:
+	$(PYTHON_BIN) $(C_HOME)/tools/checker.py
+
+lint:
+	$(PYTHON_BIN) $(C_HOME)/tools/lint.py
+
 print-%:
 	@echo $* = $($*)
 




_______________________________________________
Commits mailing list
[email protected]
http://lists.osafoundation.org/mailman/listinfo/commits

Reply via email to