turboladen / tailor

A RubyGem that allows for checking standard styling of Ruby files.
146 stars 18 forks source link

camel-case functions incorrectly caught #152

Open jaymzh opened 10 years ago

jaymzh commented 10 years ago

If you have a function that takes a camel-case variable it'll interpret it as a camel-case function:

def foo_bar(thingWaka)