-
Notifications
You must be signed in to change notification settings - Fork 2
Checkstyle setup
Thomas Lohnert edited this page Mar 31, 2020
·
20 revisions
Wiki > The GUI > Eclipse > Check Style setup
Check style is set up by:
- In eclipse click Windows->Preferences
- Select Checkstyle (if this option is not available you will need to install the checkstyle plugin through
Help->Eclipse Marketplace
and search for checkstyle - Go to
Window > Preferences > Checkstyle
- If you have an existing "IBEX Checks" entry using an internal configuration, remove it. If it complains about the configuration currently being used in projects, you may have to remove and re-import all projects before you remove this config.
- Add a new check configuration by clicking
New...
next to the table - Set the following
- File: External configuration file
- Name: IBEX Checks
- Location:
C:\Instrument\Dev\ibex_gui\base\uk.ac.stfc.isis.ibex.client.tycho.parent\checkstyle.xml
-
Additional Properties
button-
Add...
button - Set:
- Name: checkstyle.suppressions.file
- Value: C:\Instrument\Dev\ibex_gui\base\uk.ac.stfc.isis.ibex.client.tycho.parent\suppressions.xml
-
- Apply and close: you should now be setup