bobgilmore / githooks

My personal githooks, which help me avoid silly or obvious mistakes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

console.log calls shouldn't be common in Rails apps, but IS in Node apps

bobgilmore opened this issue · comments

Perhaps the console.log detection code should pay attention to the project type, and, i.e., fail on Ruby (or Rails) apps, or pass on Node apps?