-
Notifications
You must be signed in to change notification settings - Fork 144
fix(dict): add Go exclusions #1398
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
03c728f
to
93c5957
Compare
93c5957
to
f55fde0
Compare
sorry for the missing comma in 93c5957 It's fixed now |
Something I've considered is running Looks like cspell does that, see https://github.com/streetsidesoftware/cspell-dicts/tree/main/dictionaries |
Pull Request Test Coverage Report for Build 18295337437Details
💛 - Coveralls |
f55fde0
to
e6bedbd
Compare
now fixing with rustfmt Pardon the random Gopher here 😁 |
Yes, I'm also involved in cspell-dicts repository, I'm aware of it. I launched some tests against the generated version of cspell-dicts to double-check. |
There are also a bunch of R_ARM_THM constants that are reported by typos, but they are rarely used List of constantsR_ARM_THM_ABS5 R_ARM_THM_ALU_ABS_G0_NC R_ARM_THM_ALU_ABS_G1_NC R_ARM_THM_ALU_ABS_G2_NC R_ARM_THM_ALU_ABS_G3 R_ARM_THM_ALU_PREL_11_0 R_ARM_THM_GOT_BREL12 R_ARM_THM_JUMP11 R_ARM_THM_JUMP19 R_ARM_THM_JUMP24 R_ARM_THM_JUMP6 R_ARM_THM_JUMP8 R_ARM_THM_MOVT_ABS R_ARM_THM_MOVT_BREL R_ARM_THM_MOVT_PREL R_ARM_THM_MOVW_ABS_NC R_ARM_THM_MOVW_BREL R_ARM_THM_MOVW_BREL_NC R_ARM_THM_MOVW_PREL_NC R_ARM_THM_PC12 R_ARM_THM_PC22 R_ARM_THM_PC8 R_ARM_THM_RPC22 R_ARM_THM_SWI8 R_ARM_THM_TLS_CALL R_ARM_THM_TLS_DESCSEQ16 R_ARM_THM_TLS_DESCSEQ32 R_ARM_THM_XPC22 |
Thanks! |
Here are some stats about the usage of these method/types
https://pkg.go.dev/debug/elf#Rela32
https://pkg.go.dev/debug/elf#Rela64
https://pkg.go.dev/crypto/cipher#NewCBCEncrypter
https://pkg.go.dev/os#O_WRONLY
https://pkg.go.dev/syscall#O_WRONLY
https://pkg.go.dev/syscall?GOOS=darwin#NOTE_FFOR