mohkale / flymake-collection

Collection of checkers for flymake
MIT License
68 stars 13 forks source link

Allow users to override the extension passed to vale checker #43

Open krisbalintona opened 1 month ago

krisbalintona commented 1 month ago

Addresses #42.

Exposes an option, flymake-collection-vale-extension-function, that is a function that returns the extension (value of the --ext flag passed to vale) of the current file. The default value, the function flymake-collection-vale-default-extension-function, preserves the previous behavior of the vale checker.

Please let me know if any changes are in order.

krisbalintona commented 2 weeks ago

@mohkale Hello,

Just wanted to bump this PR. No rush.

mohkale commented 1 week ago

That's weird, the CI isn't running here. Pushing a dummy commit to see if that triggers it.

mohkale commented 1 week ago

Opened https://github.com/orgs/community/discussions/144852

krisbalintona commented 1 day ago

Hi, just wanted to check if anything came from your PR regarding the CI not running?