Changes between Version 100 and Version 101 of Rules/FranceSpecificRules


Ignore:
Timestamp:
2025-02-20T22:56:19+01:00 (9 months ago)
Author:
Cayenne17
Comment:

https://github.com/osm-fr/osmose-backend/issues/2454#issuecomment-2672749868

Legend:

Unmodified
Added
Removed
Modified
  • Rules/FranceSpecificRules

    v100 v101  
    278278}
    279279
    280 *["ref:FR:SIREN"]["ref:FR:SIREN"!~/(^[0-9]{9}$)|^([0-9]{9};)*[0-9]{9}$/][inside("FR")] {
     280*["ref:FR:SIREN"]["ref:FR:SIREN"!~/^([0-9]{9};)*[0-9]{9}$/][inside("FR")] {
    281281    throwWarning: tr("{0} is not a valid SIREN number", "{0.tag}");
    282282}
    283 *["ref:FR:SIRET"]["ref:FR:SIRET"!~/(^[0-9]{14}$)|^([0-9]{14};)*[0-9]{14}$/][inside("FR")] {
     283*["ref:FR:SIRET"]["ref:FR:SIRET"!~/^([0-9]{14};)*[0-9]{14}$/][inside("FR")] {
    284284    throwWarning: tr("{0} is not a valid SIRET number", "{0.tag}");
    285285}