Scilab Home page | Wiki | Bug tracker | Forge | Mailing list archives | ATOMS | File exchange
Please login or create an account
Change language to: Français - Português - Русский - 日本語
Scilab Help >> Lint tool (SLint) > slint

slint

Call the lint tool

Calling Sequence

slint(files [, conf, out])
slint(files [, out])
out = slint(files [, conf], print)

Arguments

files

a matrix of strings, the .sci files or the directories to analyze.

conf

a scalar string, the name of the configuration file (by default it's SCI/modules/slint/etc/slint.xml).

out

a scalar string, the name of the output file.

print

a scalar boolean, if true the result is printed else the result is a struct.

out

a struct (if print is false).

Description

slint has been written to check the "quality" of the Scilab's code according to configurable rules.

Examples

slint("SCI/modules/elementary_functions/macros/atanm.sci");
Scilab Enterprises
Copyright (c) 2011-2015 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Jun 15 08:27:55 CEST 2016