Skip to content

Commit

Permalink
Merge pull request #886 from hermfischer-wf/hf-efm-msg-num-upd
Browse files Browse the repository at this point in the history
  • Loading branch information
austinmatherne-wk committed Oct 3, 2023
2 parents cc889c0 + b2a982a commit ece3af7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions arelle/plugin/validate/EFM/MessageNumericId.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
ignoredCodes = {
"debug", "info", "info:profileStats", None}
codesPatterns = (
(efmStart, re_compile(r"EFM\.([0-9]+(.[0-9]+)*).*"), "."),
(ixStart, re_compile(r"ix11\.([0-9]+(.[0-9]+)*).*"), "."),
(efmStart, re_compile(r"xbrl\.([0-9]+(.[0-9]+)*).*"), "."),
(xbrlStart, re_compile(r"EFM\.([0-9]+(.[0-9]+)*).*"), "."),
(efmStart, re_compile(r"EFM\.([0-9]+(\.[0-9]+)*).*"), "."),
(ixStart, re_compile(r"ix11\.([0-9]+(\.[0-9]+)*).*"), "."),
(efmStart, re_compile(r"xbrl\.([0-9]+(\.[0-9]+)*).*"), "."),
(xbrlStart, re_compile(r"EFM\.([0-9]+(\.[0-9]+)*).*"), "."),
(xml1Start, re_compile(r"xmlSchema.valueError"), "."),
(xml2Start, re_compile(r"xmlSchema"), "."),
(xml3Start, re_compile(r"lxml.SCHEMA[A-Za-z_]*([0-9]+(_[0-9]+)*).*"), "_"),
Expand Down

0 comments on commit ece3af7

Please sign in to comment.