When I enable CheckStyle plugin for the eclipse project, The default .checkstyle file is created in the ${project_loc}. However, I want it to be created in ${project_loc}/.settings folder because I plan all the plugin related files to well organized in this .settings folder.
Is it possible to have such feature to configure where to generate and use this .checkstyle in eclipse by default?
Thanks for your time on this.