How do I define the list of files to lint my project without plugin?

To define the list of files, create a file proj_files.lnt file inside your project directory.

Figure 1. File Listing the Files to Lint

File Listing the Files to Lint

This file has all your source files listed. And define the environment variables as follows:

  %PROJ_PATH%\Sources\main.c 

  
  %PROJ_PATH%\Sources\Events.c