MinLen.prototype.check = function(node) {
  if (!node.id) return;

  if (node.id.name.length < this.option()) {
    this.badToken(node);