PillFall / languagetool.el

LanguageTool suggestions integrated within Emacs
GNU General Public License v3.0
98 stars 8 forks source link

Add safe-local-variable function #20

Closed notetiene closed 1 year ago

notetiene commented 1 year ago

I think that it can be safe to infer that rule IDs must be uppercase and that they may contain underscores.

notetiene commented 1 year ago

I don't know how to change the head branch of pull requests in GitHub. Therefore, I reset the fork's master branch to be PillFall:develop. At least, it seems to work.

notetiene commented 1 year ago

Recheck your code, there is an error on byte-compiling.

I believe you didn't require stringp lib.

My bad. The stringp is a built-in function and I forgot to include its argument. I have no idea how it didn't get included in my commit.

It's now fixed.