Skip to content
Dominic Oram edited this page Mar 26, 2020 · 19 revisions

Wiki > The GUI > Eclipse > Check Style setup

Check style is set up by:

  1. In eclipse click Windows->Prefences
  2. Select Checkstyle (if this option is not available you will need to install the checkstyle plugin through Window->Eclipse Marketplace and search for checkstyle
  3. Click New (if you are updating the config select propeties)
  4. Set the following
    1. File: External configuration file
    2. Name: IBEX Checks
    3. Location: C:\Instrument\Dev\ibex_gui\base\uk.ac.stfc.isis.ibex.client.tycho.parent\checkstyle.xml
    4. Additional Properties button
      1. Add... button
      2. Set:
        • Name: checkstyle.suppressions.file
        • Value: C:\Instrument\Dev\ibex_gui\base\uk.ac.stfc.isis.ibex.client.tycho.parent\suppressions.xml
  5. Apply and close: you should now be setup
Clone this wiki locally