metanorma-plateau 1.2.13 → 1.2.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f7a044fed25ca6093efc99d82e98a9423206bed619118aeeac4956cb862b3e81
4
- data.tar.gz: f49e5ac9dc079fe7bb0865481a7ec9e4b6790fd1ad651e89cf892e1d93445af2
3
+ metadata.gz: 0014e7cf98799f9ee7a921932aaeadd753071bba0a34e5892c4a8a21b65c3ca4
4
+ data.tar.gz: 01a2c307f33cd0ef465dab9b61feaa2ee4e46c40ea04bcc4bcc5f913fa0ac8d6
5
5
  SHA512:
6
- metadata.gz: cf0629ec09885b45edd805e1c3cc4e3e5b1f713b3271375864249d2db87c1af8d69345749b8846f6e08d1178d38644ac4ead0fb12f7478247c58c847ba89839b
7
- data.tar.gz: 77f137a0ba513c3efd6d01785a9122ee1e942e9713e9d1a6454d84d743e36aa8e5c51a8f9363763b461778f981adb01b41b7899620682ad31ca3b8a31ecb1496
6
+ metadata.gz: 63106ef098edcb00a800ada211bfaa7fd660393f62ffdc87394993bab4452181b885149b5decadc80463ae571e60fd5ba97f7e0cd02c4f792e7706892ae2420d
7
+ data.tar.gz: c17d6c95177e33d7c12e4352c1ba14fc9b145c70cbb0356b99c62d5508551f177508fd775c729ee4c1828cfe6c09de5b6dae4d9abf32a08d63b2ad9da76c796b
data/.rubocop.yml CHANGED
@@ -2,6 +2,15 @@
2
2
  # See https://github.com/metanorma/cimas
3
3
  inherit_from:
4
4
  - https://raw.githubusercontent.com/riboseinc/oss-guides/main/ci/rubocop.yml
5
+ # .rubocop_todo.yml MUST be the last entry. inherit_from is last-wins:
6
+ # if listed before oss-guides, the shared config's stricter Metrics/
7
+ # (MethodLength, BlockLength, etc.) rules override the todo's per-file
8
+ # grandfathering, and the todo becomes inert on those cops. Empirically
9
+ # verified on suma 2026-07-06: with todo listed first, 34 Metrics/* offenses
10
+ # remained; moved last, cleared. Every gem in the metanorma-org fleet
11
+ # already ships a `.rubocop_todo.yml` on its live tree (audited 2026-07-06,
12
+ # 54/54 have it), so this reference is safe to emit unconditionally.
13
+ - .rubocop_todo.yml
5
14
 
6
15
  # Rubocop plugins enabled centrally so every metanorma-org gem picks them up
7
16
  # on cimas sync — best practice belongs at the shared-template layer, not