drupal-mode icon indicating copy to clipboard operation
drupal-mode copied to clipboard

flymake-phpcs has been archived

Open tarsius opened this issue 4 years ago • 5 comments

@senda-akiha has archive flymake-phpcs. You probably should stop requiring it in drupal-mode.

Also see https://github.com/melpa/melpa/issues/7225.

tarsius avatar Nov 13 '20 19:11 tarsius

Issue Label Bot is not confident enough to auto-label this issue. See dashboard for more details.

issue-label-bot[bot] avatar Nov 13 '20 19:11 issue-label-bot[bot]

Thank you, @tarsius.

I will look into this (soon hopefully).

arnested avatar Nov 13 '20 20:11 arnested

Friendly ping :ping_pong:

tarsius avatar Feb 04 '21 21:02 tarsius

Hi @tarsius

Thank you for the friendly ping. I actually forgot this issue.

drupal-mode doens't really require flymake-phpcs

It's true that we actually make a require in drupal/flymake-phpcs.el but that file is only loaded after flymake-phpcs is loaded, see drupal-mode.el line 899.

The way drupal-mode supports flymake-phpcs is that if a user has configured flymake-phpcs themselves then we load the file and adds support for it in drupal-mode.

I think this should be safe even now that flymale-phpcs is archived.

But we should probably mention in the documentation that it is archived and that we actually support flycheck.

arnested avatar Feb 09 '21 21:02 arnested

Best outcome would be if someone(tm) volunteered to maintain flymake-phpcs. Ideally someone who prefers flymake over flycheck. But the package is trivial enough for someone who is at least familiar with it to maintain it. Can't be me since I use neither fly* nor php.

tarsius avatar Feb 09 '21 23:02 tarsius