From cdc9d5736e6ccf26407f702fc318e3c852b70bc5 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Wed, 29 Jun 2022 08:47:39 -0300 Subject: [PATCH] [DOCs] Added a note about what "filtering" DRC errors means Closes #214 --- README.md | 3 +++ docs/README.in | 3 +++ 2 files changed, 6 insertions(+) diff --git a/README.md b/README.md index 948f6e39..72b2e21d 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/docs/README.in b/docs/README.in index 932d65d9..e5088d5d 100644 --- a/docs/README.in +++ b/docs/README.in @@ -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.