You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,12 +10,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
10
10
## [v6.0.0] - 2026-06-XX
11
11
12
12
### Added
13
-
- Expanded the `validation` to also validate __negated__ export-ignore directives. Closes [#70](https://github.com/raphaelstolt/lean-package-validator/issues/70).
13
+
- Expanded the `validation` to also validate _negated_ export-ignore directives. Closes [#70](https://github.com/raphaelstolt/lean-package-validator/issues/70).
14
14
- New `--flavour` option for the `create` command which influences the `.gitattributes` file generation. Closes [#71](https://github.com/raphaelstolt/lean-package-validator/issues/71).
15
-
- Expanded the `reformatting` to also reformat __negated__ export-ignore directives. Closes [#72](https://github.com/raphaelstolt/lean-package-validator/issues/72).
15
+
- Expanded the `reformatting` to also reformat _negated_ export-ignore directives. Closes [#72](https://github.com/raphaelstolt/lean-package-validator/issues/72).
16
16
17
17
### Removed
18
18
- Removed the explicit `--agentic-run` option as agent detection is now done automatically per default.
19
+
- Removed the `--create` and `--overwrite` options of the validate command. Closes [#68](https://github.com/raphaelstolt/lean-package-validator/issues/68).
Copy file name to clipboardExpand all lines: README.md
+9-34Lines changed: 9 additions & 34 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ Run the lean package validator CLI within or against a project/micro-package
75
75
directory, and it will validate the [export-ignore](https://git-scm.com/book/en/v2/Customizing-Git-Git-Attributes#Exporting-Your-Repository) entries present in
76
76
a `.gitattributes` file against a set of common repository artefacts.
77
77
78
-
It can handle __"normal"__ export-ignore directives as well as __negated__ export-ignore directives.
78
+
It can handle _classic_ export-ignore directives as well as _negated_ export-ignore directives.
79
79
80
80
If no `.gitattributes` file is present it will suggest creating one.
81
81
@@ -92,23 +92,6 @@ file and fail validation if the order differs. Per __default__ the order compari
0 commit comments