Rule.prototype.badToken = function(token) {
  this.addError({
    line: token.loc.start.line,
    column: token.loc.start.column,
  });