windows-terminal/scratch/ScratchIslandApp/SampleApp
Josh Soref 774f74258f
ci: upgrade to check-spelling v0.0.24 (#18261)
This upgrades to [check-spelling v0.0.24].

A number of GitHub APIs are being turned off shortly, so we need to
upgrade or various uncertain outcomes will occur.

There are some minor bugs that I'm aware of and which I've fixed since
this release (including a couple I discovered while preparing this PR).

There's a new accessibility forbidden pattern:

#### Should be `cannot` (or `can't`)

See https://www.grammarly.com/blog/cannot-or-can-not/
> Don't use `can not` when you mean `cannot`. The only time you're
likely to see `can not` written as separate words is when the word `can`
happens to precede some other phrase that happens to start with `not`.
> `Can't` is a contraction of `cannot`, and it's best suited for
informal writing.
> In formal writing and where contractions are frowned upon, use
`cannot`.
> It is possible to write `can not`, but you generally find it only as
part of some other construction, such as `not only . . . but also.`
- if you encounter such a case, add a pattern for that case to
patterns.txt.
```
\b[Cc]an not\b
```

[check-spelling v0.0.24]: https://github.com/check-spelling/check-spelling/releases/tag/v0.0.24

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2024-12-04 12:06:31 -06:00
..
Resources Localization Updates - main - 07/08/2024 20:47:05 (#17511) 2024-07-08 16:45:04 -07:00
dll Update scratch project dependencies (#17648) 2024-08-06 23:53:24 +02:00
App.base.h Replicate winrt::make<> changes in ScratchIslandApp SampleAppLib (#10494) 2021-06-23 03:21:07 +00:00
App.cpp Remove our dependency on Microsoft.Toolkit.Win32.UI.XamlApplication (#14520) 2022-12-12 20:59:23 +00:00
App.h Remove our dependency on Microsoft.Toolkit.Win32.UI.XamlApplication (#14520) 2022-12-12 20:59:23 +00:00
App.idl Remove our dependency on Microsoft.Toolkit.Win32.UI.XamlApplication (#14520) 2022-12-12 20:59:23 +00:00
App.xaml Remove our dependency on Microsoft.Toolkit.Win32.UI.XamlApplication (#14520) 2022-12-12 20:59:23 +00:00
MyPage.cpp Fix Scratch.sln (#16815) 2024-03-07 16:55:50 -06:00
MyPage.h Add a Scratch.sln for prototyping (#10067) 2021-06-10 12:56:47 -05:00
MyPage.idl Add a Scratch.sln for prototyping (#10067) 2021-06-10 12:56:47 -05:00
MyPage.xaml Switch Connections to use `ValueSet`s to initialize them (#10184) 2021-07-20 15:02:17 +00:00
MySettings.cpp Add a Scratch.sln for prototyping (#10067) 2021-06-10 12:56:47 -05:00
MySettings.h Don't always focus pane content on Tapped, if the pane is already focused (#17174) 2024-05-02 11:12:19 -05:00
MySettings.idl Add a Scratch.sln for prototyping (#10067) 2021-06-10 12:56:47 -05:00
SampleAppLib.vcxproj Update scratch project dependencies (#17648) 2024-08-06 23:53:24 +02:00
SampleAppLogic.cpp Add a Scratch.sln for prototyping (#10067) 2021-06-10 12:56:47 -05:00
SampleAppLogic.h Add a Scratch.sln for prototyping (#10067) 2021-06-10 12:56:47 -05:00
SampleAppLogic.idl Add a Scratch.sln for prototyping (#10067) 2021-06-10 12:56:47 -05:00
init.cpp Add a Scratch.sln for prototyping (#10067) 2021-06-10 12:56:47 -05:00
packages.config Update scratch project dependencies (#17648) 2024-08-06 23:53:24 +02:00
pch.cpp Remove UTF-8 BOM from all files (#11821) 2021-11-29 12:54:35 -06:00
pch.h ci: upgrade to check-spelling v0.0.24 (#18261) 2024-12-04 12:06:31 -06:00