Skip to content

Commit

Permalink
test: updated the program's configuration file
Browse files Browse the repository at this point in the history
FossilOrigin-Name: d0ac5327d88729b022b09e7e842ca46b4dd68d661f28dac1298855beafd28c76
  • Loading branch information
thindil committed Dec 4, 2024
1 parent 72ca14f commit 6d51d3e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions config/nimalyzer.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,17 @@ source tools/gendoc.nim
source tools/genrule.nim
source tests/utils/helpers.nim

# Extensions
# ----------
# By default, the program adds to check only files with extensions *.nim* or
# *.nims*. If your source code files have different extensions, you can add their
# list with 'extensions' setting. All extensions must be separated by comma and
# space. It is recommended to set this setting before any 'directory' settings.
# The setting below will add extensions *.inc* and *.cfg* to the list of files'
# extensions for 'directory' setting.
# ::
# extensions .inc, .cfg

# Directory
# ---------
# The directory which content will be analyzed. The path must be in Unix form.
Expand Down

0 comments on commit 6d51d3e

Please sign in to comment.