FilterOptionsXRC parameters

  • change_to : [string] (default: 'ignore') (choices: “error”, “warning”, “ignore”) The action of the filter. Changing to ignore is the default and is used to suppress a violation, but you can also change it to be an error or a warning. Note that violations excluded by KiCad are also analyzed, so you can revert a GUI exclusion.

  • error : [string] (default: '') Error id we want to exclude.

  • filter : [string] (default: '') Name for the filter, for documentation purposes.

  • filter_msg : Alias for filter.

  • regex : [string] (default: '') Regular expression to match the text for the error we want to exclude.

  • regexp : Alias for regex.