Skip to content

Commit

Permalink
Spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
ErisMik committed Jun 3, 2024
1 parent 825b46a commit a9f22ce
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
16 changes: 14 additions & 2 deletions res/.lint/spell-check/.cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,18 @@
}
],
"ignorePaths": [
"**/__pycache__/**"
"**/__pycache__/**",

// ios
"../../../recipes/llm-voice-assistant/ios/PicoLLMVoiceAssistantDemo/resources/**/*",
"**/*.xcconfig",
"**/*.podspec",
"**/Podfile",
"**/*.plist",
"**/contents.xcworkspacedata",
"**/*.storyboard",
"**/*.pbxproj",
"**/*.xcscheme",
"**/*.m"
]
}
}
3 changes: 2 additions & 1 deletion res/.lint/spell-check/dict.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ pvporcupine
pvrecorder
samplerate
sounddevice
tock
tock
WAKEWORD

0 comments on commit a9f22ce

Please sign in to comment.