Changes between Version 12 and Version 13 of Rules/FranceSpecificRules
- Timestamp:
- 2020-03-08T20:47:25+01:00 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Rules/FranceSpecificRules
v12 v13 49 49 } 50 50 51 /* see ticket#12914 -- Discourage contributors to use operator=ERDF in France. */51 /* #12914 -- Discourage contributors to use operator=ERDF in France. */ 52 52 *[operator=ERDF][inside("FR")] { 53 53 throwWarning: tr("{0} is deprecated", "{0.tag}"); … … 56 56 fixAdd: "operator=Enedis"; 57 57 } 58 59 /* #18552 - Add validation rules for French telecom references */ 60 *[ref:FR:ARCEP ][telecom!=connection_point], 61 *[ref:FR:ARCEP ][telecom:medium!=fibre], 62 *[ref:FR:Orange ][telecom:medium!=fibre], 63 *[ref:FR:SFR ][telecom:medium!=fibre], 64 *[ref:FR:PTT ][telecom:medium!=copper] { 65 throwWarning: tr("{0} without {1}", "{0.key}", "{1.tag}"); 66 group: tr("missing tag"); 67 } 58 68 }}}
