Installing the Code Inspector
The tool checks Java code specifications. It can be independently installed on worker nodes. It can be used during the gated check-in stage.
Installing the Tool
- Obtain the code-inspector-1.0.0.tar.gz software package from Obtaining Software Packages.
- Install the Code Inspector.
mkdir -p "${HOME}"/.local tar --no-same-owner -zxf code-inspector-1.0.0.tar.gz -C "${HOME}"/.local/Figure 1 shows an example of successful installation.
- View the devkit_checkstyle.xml file in the code-inspector-1.0.0/config directory.
cat devkit_checkstyle.xml
Figure 2 Viewing file content
Parent topic: Installing a Tool Separately
