-
Notifications
You must be signed in to change notification settings - Fork 1
Configuration file
seventh edited this page Sep 13, 2010
·
2 revisions
Warning: this page is still under construction.
codemetre allows you to configure these various aspects:
- file extensions for a specific language (e.g. files ending with “.c” and “.h” are supposed to be C-language source code).
- which part of the source file should be taken into account: instructions, comments, or both?
- model used to produce differential metrics (when comparing two files).
There are three means to alter codemetre configuration:
- codemetre has a default behaviour. This one can change from one version to another, even though developper tries to keep it as stable as possible. Changing this default behaviour is only possible at the source code level. This means that end users cannot access this mean.
- user configuration file.
- commande-line options.