removeRule: function (name) {
    if (!utils.isString(name)) {
      throw new Error('robocop.removeRule(name): name: Must be a string!');
    }
    if (rules[name]) {