You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ignore only license files and m4/ (which may contain third-party files).
And ignore more words to fix the following errors:
$ make codespell
codespell --ignore-regex 'UE|creat|doas|ether|isplay|shotcut' \
-S COPYING,m4 .
./README:484: als ==> also
./README:646: Shotcut ==> Shortcut
./RELNOTES:516: als ==> also
./etc/inc/disable-common.inc:506: chage ==> change, charge
./etc/apparmor/firejail-default:35: readby ==> read, read by
./etc/apparmor/firejail-default:36: readby ==> read, read by
./etc/profile-a-l/als.profile:1: als ==> also
./etc/profile-a-l/als.profile:5: als ==> also
make: *** [Makefile:371: codespell] Error 65
$ codespell --version
2.2.5
0 commit comments