Ed Page
56eef884d7
refactor(cli): Simplify palette handling
...
This did include a couple of tweaks to make it closer to rustc
2023-10-27 09:15:03 -05:00
Ed Page
00220c359a
chore: Release
2023-10-17 13:21:10 -05:00
Ed Page
b2685877d2
fix(dict): Dont correct common Julia terms
2023-10-16 20:51:12 -05:00
Ed Page
a640285093
fix(dict): Match .jl to Julia, rather than lisp
2023-10-16 20:50:39 -05:00
Ed Page
a2777f710b
test(cli): Verify some Julia terms
2023-10-16 20:40:15 -05:00
Ed Page
d8ac870213
fix(dict): Alllow SHTTP
2023-10-16 20:25:36 -05:00
Ed Page
018f404770
test(cli): Verify shttp shows up
2023-10-16 20:23:14 -05:00
Ed Page
b221e9ce56
chore: Clean up dependencies
2023-10-16 12:58:00 -05:00
Ed Page
c004e98018
chore: Release
2023-10-16 12:51:32 -05:00
Ed Page
be8628fcb3
feat(config): Allow ignoring words by regex
...
Fixes #852
2023-10-16 12:37:00 -05:00
Ed Page
35a8bc6787
chore: Release
2023-10-11 22:09:14 -05:00
Dawid Ciężarkiewicz
c2e3454a94
feat: --file-list
support
2023-10-11 16:32:31 -07:00
Ed Page
ff3f309513
chore: Release
2023-10-09 15:32:06 -05:00
Delgan
8314a1567d
Add "--force-exclude" option
2023-10-09 19:39:11 +00:00
Delgan
442b1199da
Add initial test preparing "--force-exclude"
2023-10-09 18:53:18 +00:00
Ed Page
4550e7d437
chore: Release
2023-10-02 15:42:50 -05:00
Ed Page
0865dcbf14
Merge pull request #846 from epage/help
...
fix(cli): Improve help layout
2023-10-02 15:41:50 -05:00
Ed Page
4d8497cfe4
Merge pull request #839 from crate-ci/renovate/anstream-0.x
...
chore(deps): update rust crate anstream to 0.6.4
2023-10-02 15:12:49 -05:00
Ed Page
3eff16fd47
Merge pull request #840 from crate-ci/renovate/toml-0.x
...
chore(deps): update rust crate toml to 0.8.1
2023-10-02 15:12:31 -05:00
Ed Page
21c88ca878
fix(cli): Improve help layout
2023-10-02 13:22:44 -05:00
Ed Page
569b09780b
test(cli): Track help output
2023-10-02 13:10:05 -05:00
Ed Page
3cdcc38848
chore: Release
2023-10-02 10:27:24 -05:00
Ed Page
a6010c81a5
Merge pull request #844 from epage/sept
...
feat(dict): September updates
2023-10-02 10:25:43 -05:00
Ed Page
8b4d196a52
feat(dict): September updates
...
- The correction to `usefull` and `becuase` has existed from the initial implementation,
as far as I could tell.
- `busses` is a valid variation of `buses`
- Had to put in a hack so that `aligning` would be preferred over
`alining` because of how the preference algorithm works
Fixes #823
2023-10-02 08:18:50 -05:00
renovate[bot]
3f806a4aea
chore(deps): update rust crate toml to 0.8.1
2023-10-01 03:30:10 +00:00
renovate[bot]
484fdd8c2b
chore(deps): update rust crate anstream to 0.6.4
2023-10-01 03:29:52 +00:00
renovate[bot]
d34cc2c4b0
chore(deps): update compatible
2023-10-01 00:46:21 +00:00
Ed Page
1ccb2ff8ad
chore: Release
2023-09-27 10:50:39 -05:00
Ed Page
243b187934
fix(cli): Properly fallback to built-in ident dict
2023-09-27 10:35:22 -05:00
Ed Page
21dba19dec
test: Demo line-ignore behavior
2023-09-26 11:01:26 -05:00
Ed Page
bb139b2150
chore: Release
2023-09-25 13:08:40 -05:00
Ed Page
f5a94fc3cc
chore: Release
2023-09-25 13:07:27 -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
Ed Page
5edf45b39e
chore: Release
2023-09-22 19:24:01 -05:00
Ed Page
509ec32112
chore: Release
2023-09-18 14:06:59 -05:00
Ed Page
7c89b528fd
chore: Release
2023-09-06 15:33:02 -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
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
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
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