Skip to content

Commit b95a0a9

Browse files
committed
remove changelog from spellchecker
1 parent f460442 commit b95a0a9

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.codespellrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[codespell]
2-
skip = coverage,Gemfile.lock,sublime*
2+
skip = CHANGELOG.md,coverage,Gemfile.lock,sublime*
33
ignore-words-list = bu

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,11 @@ v1.3.4 - 2025-11-17
99
- Add `Settings.extra_lib_dirs` to allow loading files from multiple locations [`27d4305d9`](https://github.com/bashly-framework/bashly/commit/27d4305d9)
1010
- Compare [`v1.3.3..v1.3.4`](https://github.com/bashly-framework/bashly/compare/v1.3.3..v1.3.4)
1111

12-
<!-- break v1.3.3 -->
1312

1413
v1.3.3 - 2025-09-24
1514
----------------------------------------
1615

17-
- Add missing validation for `env_var.validate` [`55a3946db`](https://github.com/bashly-framework/bashly/commit/55a3946db)
16+
- Add misisng validation for `env_var.validate` [`55a3946db`](https://github.com/bashly-framework/bashly/commit/55a3946db)
1817
- Fix validation running twice for environment variables [`4d7e6d68a`](https://github.com/bashly-framework/bashly/commit/4d7e6d68a)
1918
- Add array syntax to `validate` [`4b3f7410c`](https://github.com/bashly-framework/bashly/commit/4b3f7410c)
2019
- Add support for per-environment settings [`522d2b895`](https://github.com/bashly-framework/bashly/commit/522d2b895)

0 commit comments

Comments
 (0)