-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add cspell checking and make pass (#244)
* chore: add cspell checking and make pass * chore(shorebird_code_push): minor improvements to example (#242) * chore(shorebird_code_push): v2.0.2 (#243) * chore: fix cspell --------- Co-authored-by: Felix Angelov <[email protected]>
- Loading branch information
Showing
12 changed files
with
98 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,70 @@ | ||
$schema: https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json | ||
version: '0.2' | ||
ignorePaths: ['build', '**/*.g.dart'] | ||
ignorePaths: | ||
- target | ||
- build | ||
- '**/*.g.dart' | ||
# Flutter platform directories with per-platform build files | ||
- windows | ||
- macos | ||
- linux | ||
- ios | ||
- android | ||
words: | ||
- subosito | ||
- aarch | ||
- androideabi | ||
- apks | ||
- armeabi | ||
- armv7 | ||
- autogen | ||
- bidiff | ||
- bipatch | ||
- bootable | ||
- buildroot | ||
- bundletool | ||
- carryforward | ||
- cbindgen | ||
- cdylib | ||
- classpath | ||
- comde | ||
- compatch | ||
- Condvar | ||
- datadir | ||
- declspec | ||
- Decompressor | ||
- dllexport | ||
- dlopen | ||
- endtemplate | ||
- eseidel | ||
- ffigen | ||
- gclient | ||
- hdpi | ||
- ifdef | ||
- libapp | ||
- libc | ||
- libflutter | ||
- libupdater | ||
- logcat | ||
- mockall | ||
- mocktail | ||
- oslog | ||
- pubspec | ||
- repr | ||
- reqwest | ||
- rollouts | ||
- rustls | ||
- rustup | ||
- serde | ||
- shorebirdtech | ||
- sigstore | ||
- staticlib | ||
- subosito | ||
- unbootable | ||
- Verdana | ||
- vmcode | ||
- withf | ||
- xlink | ||
- zstandard | ||
- zstd | ||
- xcodeproj | ||
- pbxproj |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
// cspell:ignore rpkDZSLBRv2jWcc1gQpwdg | ||
use anyhow::Context; | ||
use std::fs; | ||
use std::io::{Cursor, Read}; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# 2.0.2 | ||
|
||
- fix: unbreak web platform | ||
- fix: un-break web platform | ||
- chore: minor improvements to example | ||
|
||
# 2.0.1 | ||
|