You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Those whom the Gods wish to destroy, they first send file handling in IDEA. I've failed to reproduce this, but given the continual problems with anything that relies on IDEA's magic PROJECT_DIR, I've no doubt at all that there's something awry. The logic around what the project directory is gets messier and messier with every IDEA release.
Could you please give me any information on your environment that might be relevant? e.g. OS, project layout (are you using an ipr file or .idea, is it a simple <project>/.idea or something multi-module/more complicated, ...?), ...?
For reference, I'm working on Mac OS 12.6, IDEA 2022.2.2, with a simple structure:
Where we have a shared .idea folder committed to version control, we use a fairly standard multi-module maven setup.
The checkstle config file is stored in ${PROJECT_ROOT_DIR}/etc/checkstyle-custom_checks.xml However we are seeing
This may be related to #430 although this is a relatively new change in behavior.
It is adding a "../" every time the project is opened.
I have a configuration location as follows
Once I open a project the configuration location is changed to
The next time
and so on
The only way to run checkstyle is to rollback the changes made to the configuration on startup and then reload the config file.
The text was updated successfully, but these errors were encountered: