How to Install adlint in Ubuntu 18.04



Install adlint by entering the following commands in the terminal:

sudo apt update
sudo apt install adlint

Description:

open source and free source code static analyzer

AdLint is a source code static analyzer. It can point out insecure or nonportable code fragments, and can measure various quality metrics of the source code. It (currently) can analyze source code compliant with ANSI C89 / ISO C90 and partly ISO C99.

Homepage: http://adlint.sourceforge.net/

Version: 3.2.14-2

Section: universe/devel