@nitra/cursor 7.0.0 → 7.1.0
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 +6 -0
- package/bin/n-cursor.js +3 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/bin/n-cursor.js
CHANGED
|
@@ -1711,8 +1711,9 @@ try {
|
|
|
1711
1711
|
break
|
|
1712
1712
|
}
|
|
1713
1713
|
case 'lint-text': {
|
|
1714
|
-
// Канонічний lint-text: cspell →
|
|
1715
|
-
|
|
1714
|
+
// Канонічний lint-text: cspell → shellcheck → dotenv → markdownlint → v8r (text.mdc).
|
|
1715
|
+
// `--read-only` (CI): без авто-фіксу (markdownlint/shellcheck/dotenv) — нуль мутацій.
|
|
1716
|
+
process.exitCode = await runLintTextCli({ readOnly: args.includes('--read-only') })
|
|
1716
1717
|
|
|
1717
1718
|
break
|
|
1718
1719
|
}
|