Peter Kehl
305798083f
README.md 'Crates Status' icon link now uses the Markdown placeholder/substitution name 'Crates.io'
2023-09-29 22:59:44 -07:00
Ed Page
1ccb2ff8ad
chore: Release
2023-09-27 10:50:39 -05:00
Ed Page
fc3da78320
docs: Update changelog
2023-09-27 10:50:18 -05:00
Ed Page
1a3ce2b924
Merge pull request #836 from epage/ident
...
fix(cli): Properly fallback to built-in ident dict
2023-09-27 10:49:51 -05:00
Ed Page
243b187934
fix(cli): Properly fallback to built-in ident dict
2023-09-27 10:35:22 -05:00
Ed Page
f301320d47
Merge pull request #835 from epage/line-exclude
...
test: Demo line-ignore behavior
2023-09-26 15:10:58 -05:00
Ed Page
21dba19dec
test: Demo line-ignore behavior
2023-09-26 11:01:26 -05:00
Ed Page
c9d894f3c4
chore: Update from '_rust/main'
2023-09-26 08:29:48 -05:00
Ed Page
ac51f09250
chore(ci): Normalize json5 syntax
2023-09-26 08:16:47 -05:00
Ed Page
86c29dea38
chore(ci): Updaet Renovate schema
2023-09-26 08:16:33 -05:00
Ed Page
1f96324b0a
Merge pull request #831 from tekumara/master
...
docs: add typos-lsp to README
2023-09-25 16:02:26 -05:00
Ed Page
bb139b2150
chore: Release
2023-09-25 13:08:40 -05:00
Ed Page
48d69fedd2
docs: Update changelog
2023-09-25 13:08:32 -05:00
Ed Page
f5a94fc3cc
chore: Release
2023-09-25 13:07:27 -05:00
Ed Page
28cd50a414
Merge pull request #833 from epage/fix
...
fix(cli): Dont correct O_WRONLY
2023-09-25 13:06:16 -05:00
Ed Page
5fd0df2881
fix(cli): Dont correct O_WRONLY
...
Realized we could just hard code this for now rather creating a general
identifier dictionary.
Fixes #744
2023-09-25 12:50:07 -05:00
Ed Page
9f1d7017e2
test(cli): Show existing O_WRONLY behavior
2023-09-25 12:46:00 -05:00
Ed Page
66a70abc40
refactor(cli): Make room for ident dict
2023-09-25 12:42:18 -05:00
Ed Page
fd6873b6e0
refactor(cli): Make room for ident correction
2023-09-25 12:40:17 -05:00
Ed Page
b798780a13
refactor(dict): Make codegen more specific
2023-09-25 12:13:53 -05:00
Ed Page
4c91f16ae1
fix(dict)!: Dont expose internals
2023-09-25 12:11:43 -05:00
Oliver Mannion
6876f2530a
docs: add typos-lsp to README
2023-09-23 11:03:46 +10:00
Ed Page
5edf45b39e
chore: Release
2023-09-22 19:24:01 -05:00
Ed Page
ace3c101ba
chore: Update from '_rust/main'
2023-09-20 09:46:36 -05:00
Ed Page
4173c8f476
chore(ci): Don't set patch for MSRV
2023-09-20 09:05:41 -05:00
Ed Page
ec91c12b39
chore(ci): Move off of actions-rs
2023-09-18 14:15:49 -05:00
Ed Page
509ec32112
chore: Release
2023-09-18 14:06:59 -05:00
Ed Page
8fea8823b2
docs: Update changelog
2023-09-18 14:06:23 -05:00
Ed Page
1250609272
perf(cli): Speed up with codegen-units
...
On `rust-lang/rust`, this took `typos --format silent` times from ~24s
to ~18s. Enabling `lto = "thin"` was about the same as `lto = true` and
was sub-second improvement.
2023-09-18 14:06:23 -05:00
Ed Page
da2759161f
Merge pull request #826 from dosisod/document-pyproject-toml
...
Document new `pyproject.toml` support
2023-09-08 12:57:06 -05:00
dosisod
ed8e25700c
docs: Document new pyproject.toml
support
2023-09-08 10:26:20 -07:00
Ed Page
5749aa0932
chore: Approve ISC
2023-09-07 09:33:44 -05:00
Ed Page
74d959bf38
Merge pull request #825 from LeoDog896/patch-a
...
chore: Enable building on nightly
2023-09-06 15:34:04 -05:00
Ed Page
7c89b528fd
chore: Release
2023-09-06 15:33:02 -05:00
Ed Page
04903c60d6
docs: Update changelog
2023-09-06 15:32:45 -05:00
Logan Hunt
b856b9603f
feat(config): Support for pyproject.toml
files ( #790 )
...
This PR adds support for parsing `pyproject.toml` config files. The convention
for these files is to put any tooling related configuration into the
`tool.NAME` section, so in this case, `tool.typos`. I have verified that the
changes are pulled correctly, even if the `tool.typos` section is not present.
Closes #361
2023-09-06 15:31:14 -05:00
Tristan F
d7d5d45b50
chore: bump lockfile
2023-09-02 18:05:30 -04:00
Ed Page
65d2fb6b91
chore: Release
2023-09-01 16:22:11 -05:00
Ed Page
602923bbc8
chore: Release
2023-09-01 16:20:50 -05:00
Ed Page
99bb02de48
docs: Update changelog
2023-09-01 16:19:55 -05:00
Ed Page
b49c652faa
Merge pull request #824 from epage/august
...
feat(dict): August updates
2023-09-01 16:18:16 -05:00
Ed Page
c7a2909bbb
feat(dict): August updates
...
Fixes #784
2023-09-01 16:04:25 -05:00
Ed Page
0c05b217d4
style: Make clippy happy
2023-09-01 10:20:03 -05:00
Ed Page
67ca12a847
Merge pull request #822 from crate-ci/renovate/itertools-0.x
...
chore(deps): update rust crate itertools to 0.11
2023-09-01 09:34:45 -05:00
Ed Page
bd59923d0f
Merge pull request #821 from crate-ci/renovate/anstream-0.x
...
chore(deps): update rust crate anstream to 0.5.0
2023-09-01 09:34:38 -05:00
Ed Page
ff1e83b3c7
chore: Update MSRV to 1.70.0
2023-09-01 08:51:04 -05:00
renovate[bot]
f4171e782f
chore(deps): update rust crate itertools to 0.11
2023-09-01 03:12:20 +00:00
renovate[bot]
b7681dc6b5
chore(deps): update rust crate anstream to 0.5.0
2023-09-01 03:09:48 +00:00
renovate[bot]
6da9470ef9
chore(deps): update compatible
2023-09-01 01:11:49 +00:00
Ed Page
853cb28df3
chore: Release
2023-08-30 10:43:04 -05:00