[DOCs] Added a note about what "filtering" DRC errors means
Closes #214
This commit is contained in:
parent
3dec5ba8bb
commit
cdc9d5736e
|
|
@ -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.
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue