Skip to content

Commit 50679c8

Browse files
committed
codespell: Ignore lines without typos
Ignore some new lines with incorrect spelling error detection. Signed-off-by: Matteo Golin <matteo.golin@gmail.com>
1 parent 909338f commit 50679c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.codespell-ignore-lines

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
mynewt-nimble/nimble/host/services/ans/src/ble_svc_ans.c
22
mynewt-nimble/nimble/host/services/ans/include
3+
#include "services/ans/ble_svc_ans.h"
34
#include "crypto/controlse/ccertificate.hxx"
5+
* notifications for the ANS Unread Alert Status characteristic
46
object = new Controlse::CCertificate(
57
Controlse::CCertificate cert(se, settings->key_id);
68
auto certificate = Controlse::CCertificate(

0 commit comments

Comments
 (0)