Bozhidar Batsov
Bozhidar Batsov
Seems that the changes broken one test on Emacs 28.2. (the tests are broken on 27.2 for a different reason) Please, take a look when you can.
Sorry for the radio silence here - I'll take a closer look soon.
> Also in the integration test just for clr I get a prompt labeled "Project:", once I press enter it continues. I'm not sure what is going on there I...
> (Maybe projectile-remove-ignored should be used more? There is probably a performance consideration here though.) For the native indexing performance is not that big of a concern, as it's kind...
Your proposal seems fine to me, although it'd be hard to tell for sure if a project is using `buttercup` or ERT. (as `tests` is a common directory for ERT...
Btw, Projectile also uses `buttercup`, but it's using Eldev instead of Eask, and one feature I really like there is that Eldev will auto-detect the testing framework used, so you...
I think @Earlopain has a good point here. Too much granularity seems excessive for this to me.
Seems like a reasonable idea, that would indeed simplify debugging one's setup. Perhaps something like `--list-enabled-cops(-for)` might be a better name as I'm guessing we don't want to list everything...
@bquorning Then I guess we can have one option that dumps the whole setup for a file/folder as well. 😅
I'm OK with the proposed approach in general, although I'm slightly concerned that this metadata can be changed and this can be have confusing effects - e.g. the Syntax cop...