bobgilmore/githooks

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

bobgilmore opened this issue · 1 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?