[DOCs] Added a note about what "filtering" DRC errors means

Closes #214
This commit is contained in:
Salvador E. Tropea 2022-06-29 08:47:39 -03:00
parent 3dec5ba8bb
commit cdc9d5736e
2 changed files with 6 additions and 0 deletions

View File

@ -471,6 +471,9 @@ A complete Python regular expressions explanation is out of the scope of this ma
KiCad 6 uses strings to differentiate errors, use them for the `error` field. To keep compatibility you can use the `number` or `error_number` options for KiCad 5.
Note that this will ignore the errors, but they will be reported as warnings.
If you want to suppress these warnings take a look at [Filtering KiBot warnings](#filtering-kibot-warnings)
**Important note**: this will create a file named *kibot_errors.filter* in the output directory.

View File

@ -314,6 +314,9 @@ A complete Python regular expressions explanation is out of the scope of this ma
KiCad 6 uses strings to differentiate errors, use them for the `error` field. To keep compatibility you can use the `number` or `error_number` options for KiCad 5.
Note that this will ignore the errors, but they will be reported as warnings.
If you want to suppress these warnings take a look at [Filtering KiBot warnings](#filtering-kibot-warnings)
**Important note**: this will create a file named *kibot_errors.filter* in the output directory.