Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
90779e8
spelling: . used by
jsoref Apr 7, 2026
36970e4
spelling: a
jsoref Apr 7, 2026
49390e3
spelling: above
jsoref Apr 7, 2026
4f3215d
spelling: also implicitly
jsoref Apr 7, 2026
3688b7d
spelling: an
jsoref Apr 7, 2026
795421b
spelling: case-insensitive
jsoref Apr 7, 2026
6136ac0
spelling: case-sensitive
jsoref Apr 7, 2026
60fd2a1
spelling: content
jsoref Apr 7, 2026
aafd4f0
spelling: exceed
jsoref Apr 7, 2026
344eb96
spelling: execute
jsoref Apr 7, 2026
d40afa3
spelling: extra
jsoref Apr 7, 2026
9650707
spelling: fall back
jsoref Apr 7, 2026
5e77695
spelling: for
jsoref Apr 7, 2026
a2b1293
spelling: greater
jsoref Apr 7, 2026
0ff17c4
spelling: it does not fall back
jsoref Apr 7, 2026
9aa46a8
spelling: its
jsoref Apr 7, 2026
6a38629
spelling: last to first
jsoref Apr 7, 2026
851acf0
spelling: less
jsoref Apr 7, 2026
1d2307c
spelling: little-endian and big-endian
jsoref Apr 7, 2026
6f4d134
spelling: log in
jsoref Apr 7, 2026
a1a671a
spelling: lowercase
jsoref Apr 7, 2026
f13189d
spelling: may eventually be tried more than once
jsoref Apr 7, 2026
acc6850
spelling: name the namespace
jsoref Apr 7, 2026
ecffd77
spelling: often
jsoref Apr 7, 2026
149c7a0
spelling: only does
jsoref Apr 7, 2026
8543b25
spelling: only happen
jsoref Apr 7, 2026
368a3f6
spelling: otherwise,
jsoref Apr 7, 2026
dc4df26
spelling: prerequisites
jsoref Apr 7, 2026
cc7963b
spelling: quick and dirty
jsoref Apr 7, 2026
6302b8b
spelling: set up
jsoref Apr 7, 2026
3f8b4fc
spelling: that
jsoref Apr 7, 2026
6033be3
spelling: the
jsoref Apr 7, 2026
2cf3d09
spelling: to pipe messages
jsoref Apr 7, 2026
d55bbf8
spelling: to which the user belongs
jsoref Apr 7, 2026
6797a45
spelling: uppercase
jsoref Apr 7, 2026
b2db915
spelling: whether or not
jsoref Apr 7, 2026
4f110f5
Refresh check-spelling
jsoref Apr 7, 2026
2bb489f
Add linguist mapping for `.inc` files
jsoref Apr 7, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.inc linguist-language=Markdown
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should tell GitHub/Linguist that the files aren't Assembly

1 change: 0 additions & 1 deletion .github/actions/spelling/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

File | Purpose | Format | Info
-|-|-|-
[dictionary.txt](dictionary.txt) | Replacement dictionary (creating this file will override the default dictionary) | one word per line | [dictionary](https://github.com/check-spelling/check-spelling/wiki/Configuration#dictionary)
[allow.txt](allow.txt) | Add words to the dictionary | one word per line (only letters and `'`s allowed) | [allow](https://github.com/check-spelling/check-spelling/wiki/Configuration#allow)
[reject.txt](reject.txt) | Remove words from the dictionary (after allow) | grep pattern matching whole dictionary words | [reject](https://github.com/check-spelling/check-spelling/wiki/Configuration-Examples%3A-reject)
[excludes.txt](excludes.txt) | Files to ignore entirely | perl regular expression | [excludes](https://github.com/check-spelling/check-spelling/wiki/Configuration-Examples%3A-excludes)
Expand Down
Loading