x-fidelity 2.17.0 → 2.17.1
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.
- package/CHANGELOG.md +7 -0
- package/README.md +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [2.17.1](https://github.com/zotoio/x-fidelity/compare/v2.17.0...v2.17.1) (2024-12-03)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **docs:** include docs on new exemption dir ([feedcfa](https://github.com/zotoio/x-fidelity/commit/feedcfa4dd6ceae32910038018e282a519c2df86))
|
|
7
|
+
|
|
1
8
|
# [2.17.0](https://github.com/zotoio/x-fidelity/compare/v2.16.9...v2.17.0) (2024-12-03)
|
|
2
9
|
|
|
3
10
|
|
package/README.md
CHANGED
|
@@ -583,7 +583,7 @@ Exemptions in x-fidelity provide a way to temporarily waive specific rules for a
|
|
|
583
583
|
|
|
584
584
|
1. **Definition**: An exemption is defined for a specific rule and repository URL, with an expiration date and a reason.
|
|
585
585
|
|
|
586
|
-
2. **Storage**: Exemptions are stored in JSON files, typically named `<archetype>-exemptions.json` (e.g., `node-fullstack-exemptions.json`).
|
|
586
|
+
2. **Storage**: Exemptions are stored in JSON files, typically named `<archetype>-exemptions.json` (e.g., `node-fullstack-exemptions.json`). NEW a directory named <archetype>-exemptions can be created in the config dir and each json file matching `*-<archetype>-exemptions.json`will also be included.
|
|
587
587
|
|
|
588
588
|
3. **Structure**: Each exemption is an object with the following properties:
|
|
589
589
|
- `repoUrl`: The URL of the repository where the exemption applies.
|