Are you using a maven project? I think OOTB the maven checkstyle support uses one of the 3 'checks' files in here: https://github.com/apache/incubator-netbeans/tree/master/java/maven.checkstyle/src/org/netbeans/modules/maven/format/checkstyle/config
After adding the plugin to the pom.xml file. Regards John On Tue, 8 Jan 2019 at 07:31, Enrico Olivelli <eolive...@gmail.com> wrote: > > > Il lun 7 gen 2019, 18:07 marccollin7...@gmail.com < > marccollin7...@gmail.com> ha scritto: > >> Have you tried to download checkstyle plugin? >> you can choose a configuration file >> https://www.sickboy.cz/checkstyle/screenshots.html > > > That's cool but my primary need is to make code formatted automatically by > netbeans compliant with a checkstyle rules sheet. > > In most all of my projects I have always used netbeans with default > configuration so I am looking for a checkstyle configuration file which > covers that configuration. > > I don't need hints on the UI. > There is a minimal integration for checkstyle Maven plugin but it is not > covering many aspects > > So instead of making code formatted by netbeans compliant with my > rules..let's create the rules which suit netbeans way of working > > Enrico > > >> >> On 2019/01/07 12:26:47, Enrico Olivelli <eolive...@gmail.com> wrote: >> > Hi, >> > is there any way to create a checkstyle configuration file given the >> > current NetBeans configuration for automatic reformat of Java code ? >> > >> > I would like to have a default checkstyle configuration file which >> > works out-of-the box with the out-of-the-box configuration of >> > NetBeans. >> > >> > PS. NetBeans 10 works like a charm, thank you ! >> > >> > Cheers >> > Enrico >> > >> > --------------------------------------------------------------------- >> > To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org >> > For additional commands, e-mail: users-h...@netbeans.apache.org >> > >> > For further information about the NetBeans mailing lists, visit: >> > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists >> > >> > >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org >> For additional commands, e-mail: users-h...@netbeans.apache.org >> >> For further information about the NetBeans mailing lists, visit: >> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists >> >> -- > > > -- Enrico Olivelli >