crazyfactory/tslint-rules

Language rule - check method name

Opened this issue · 0 comments

Right now it does not check method name so
Both

translator.translate("Translate me");

and

translator.something("Not relevant");

"Not relevant" will be taken into account, too.