Skip to content

Commit

Permalink
docs: updated the project's documentation
Browse files Browse the repository at this point in the history
FossilOrigin-Name: 1f6d4db37e5b70c80c94f7d6c54bd0950e04306e24256b551802dc4952366bb6
  • Loading branch information
thindil committed Dec 5, 2024
1 parent 6d51d3e commit df0d5b5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions doc/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,17 @@ executed (working directory).
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 df0d5b5

Please sign in to comment.