larshp / abapOpenChecks

Open source checks for SAP Code Inspector / ABAP Test Cockpit
https://docs.abapopenchecks.org
MIT License
270 stars 79 forks source link

Error: Pretty printer settings do not match #1104

Closed jelliottp closed 1 year ago

jelliottp commented 1 year ago

I'm running into a situation where we receive Pretty printer settings do not match error when running the checks during our CI process to release the transport. However, I do not get this error when running the checks in the GUI or Eclipse.

Any idea? What exactly is this error meant to indicate?

larshp commented 1 year ago

the intention is to check if the user pretty print settings match the settings in code inspector

which user runs the CI process? what is the pretty print settings for that user?

jelliottp commented 1 year ago

Thanks for that hint, we're looking into this now.

jelliottp commented 1 year ago

We were able to track down the settings for the user executing the checks in CI, and then force update the settings.

jelliottp commented 1 year ago

Re-opening, decided to create https://github.com/larshp/abapOpenChecks/pull/1107, rather than need to update those settings in each system this is used.