Commit graph

1664 commits

Author SHA1 Message Date
Ed Page
ebf19c5dbf chore: Add back wiki 2023-11-22 20:35:28 -06:00
Ed Page
c97d621b6b chore: Release 2023-11-06 11:56:23 -06:00
Ed Page
8e40c7e443 docs: Update changelog 2023-11-06 11:56:03 -06:00
Ed Page
f01cfa581c
Merge pull request #869 from epage/exclude
fix(cli): Respect force-exclude for simple exclude patterns
2023-11-06 11:54:57 -06:00
Ed Page
e24c694258 fix(cli): Respect force-exclude for simple exclude pattersn
Fixes #868
2023-11-06 11:32:44 -06:00
Ed Page
edfb79f537 test(cli): Reproduce force-exclude bug 2023-11-06 11:20:21 -06:00
Ed Page
0d04ce91a7 chore: Release 2023-11-01 13:58:29 -05:00
Ed Page
b6c00b4bb5 docs: Update changelog 2023-11-01 13:57:52 -05:00
Ed Page
ca772917ef
Merge pull request #866 from epage/nov
feat(dict): October updates
2023-11-01 13:56:54 -05:00
Ed Page
194cd85dd6 feat(dict): October updates
Fixes #843
2023-11-01 12:03:58 -05:00
Ed Page
285e5f633c test(dict): Help prevent correctin valid words
This dictionary was taken from OpenOfice
2023-11-01 11:35:01 -05:00
Ed Page
47dd297604 chore: Release 2023-10-27 10:06:07 -05:00
Ed Page
b674ee1bc6 docs: Update changelog 2023-10-27 10:05:51 -05:00
Ed Page
6a7b7d0777
Merge pull request #864 from epage/color
fix(cli): Improve color formatting
2023-10-27 10:05:00 -05:00
Ed Page
0a5b4abbd5 fix(cli): Make the correction stand out more
This does deviate from rustc for `long` format but it seems worth it.

I did move backticks to be out of the coloring so the `error:` was more
distinct from the typo in `long` format.
2023-10-27 09:28:11 -05:00
Ed Page
1ca321659d fix(cli): Add styling to --file-types 2023-10-27 09:19:42 -05:00
Ed Page
686e4cebe8 fix(cli): Better match rustc's color choices
I missed that rustc was using "bright" colors
2023-10-27 09:16:29 -05:00
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
e155167947 docs: Update changelog 2023-10-17 13:20:25 -05:00
Ed Page
0d5e460b7c
Merge pull request #856 from epage/julia
fix(dict): Add Julia-specific dictionary
2023-10-17 13:18:50 -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
bb22d73ddb
Merge pull request #855 from epage/deps
chore: Clean up dependencies
2023-10-16 13:17:50 -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
d46c3891fb docs: Update changelog 2023-10-16 12:51:17 -05:00
Ed Page
f8405997c6
Merge pull request #854 from epage/word
feat(config): Allow ignoring words by regex
2023-10-16 12:50:03 -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
Ed Page
0bef21b521 docs: Update changelog 2023-10-11 22:09:05 -05:00
Ed Page
4448cdacf1
Merge pull request #708 from dpc/stdin-paths
feat: Add `--file-list <PATH>` to choose files to check
2023-10-11 21:37:37 -05:00
Dawid Ciężarkiewicz
c2e3454a94
feat: --file-list support 2023-10-11 16:32:31 -07:00
Ed Page
2b7af0e8ef docs: Don't mention non-existent force-exclude config 2023-10-09 15:43:21 -05:00
Ed Page
ff3f309513 chore: Release 2023-10-09 15:32:06 -05:00
Ed Page
8507e4ead6 docs: Update changelog 2023-10-09 15:31:54 -05:00
Ed Page
2303689282
Merge pull request #837 from Delgan/GH-347-add-force-exclude
Add "--force-exclude" option
2023-10-09 15:30:30 -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
32c1731302 chore(ci): Don't check spelling 2023-10-09 13:28:56 -05:00
Ed Page
66b1b2c5d3 chore: Update from '_rust/main' 2023-10-06 15:04:55 -05:00
Ed Page
5e3b324b5e chore(ci): Ensure MSRV is quoted
Switching from specifying patch to not, with a minor version with a
trailing zero, is causing YAML to convert `1.70` to `1.7`.
2023-10-05 14:41:40 -05:00
Ed Page
74beef55a9
Merge pull request #7 from peter-kehl/readme_pass_markdown_lint
README.md list indentation and no bare URLs, as per Markdown Lint VS Code extension
2023-10-02 15:49:33 -05:00
Ed Page
84999391d0
Merge pull request #6 from peter-kehl/readme_use_crates_io_link_placeholder
README.md 'Crates Status' icon link
2023-10-02 15:45:58 -05:00
Ed Page
4550e7d437 chore: Release 2023-10-02 15:42:50 -05:00
Ed Page
4a56ee9404 docs: Update changelog 2023-10-02 15:42:26 -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