MaxLen.prototype.check = function(node) {
  var max = this.option();

  node.declarations.forEach(function(node) {
    if (node.id.name.length > max) {