Ashish Kulkarni
Ashish Kulkarni
@hlascelles [the 0.11.1 release](https://github.com/prontolabs/pronto-rubocop/releases/tag/v0.11.1) with 1.0 support has already happened; I guess this will be present in a followup release (0.11.2?).
That's a bit tricky, as it's not part of the diff. Not sure there's an easy way to detect this without parsing the file itself, though 🤔
Looks #43 may be related.
This hit us when using Elastic Beanstalk as well, and added this to ebextensions: ```yaml files: # Runs before `99_reload_app_server.sh`: "/opt/elasticbeanstalk/hooks/appdeploy/enact/98_reconfigure_bundle.sh": mode: "000775" owner: root group: users content: | #!/usr/bin/env...
@pavelbeliaev will you be continuing work on this PR? I see that it's marked as draft.
@abr2001 can you add more details on why this was required, preferably with a test or a description how to trigger the scenario you're trying to fix?
I'm closing this since #435 was merged, please reopen and fix merge conflicts if you still think this should be merged.
Which runner is this for, @joker-777?
I think the fix is included in `v0.10.0`, which was released on Feb 3.
This affects us as well, pinned to `2.2.14` to fix the issue. Trying to extract a reproducible test case will be very hard, not sure if it's needed?