Gaulin, Mark wrote: > What I would find more interesting is something approaching a "coding style > validator" for important things, like "var"ing local variables in functions > and always scoping variables properly (to the degree that I would want), > checking for cfparam tags for url, form, and attribute variables, etc.
I have experimented with a SVN hook that ran several checks including Mike Schierberl's vasrScoper and an attempt to compile the code with cfcompile.bat before allowing a commit. It wasn't exactly production quality, but it can be done. Jochem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Get involved in the latest ColdFusion discussions, product development sharing, and articles on the Adobe Labs wiki. http://labs/adobe.com/wiki/index.php/ColdFusion_8 Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:290845 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

