view vera/profiles/boost @ 61:b36a0d91bf7b

misc: add .hgignore
author David Demelier <markand@malikania.fr>
date Fri, 13 Jul 2018 10:52:59 +0200
parents 82b832e1875d
children
line wrap: on
line source

#!/usr/bin/tclsh
# This file defines the set of scripts (rules) that should be executed
# to verify whether the code complies with the Boost conventions,
# as defined in the original Boost inspect tool.

set rules {
    F001
    F002
    L002
    T013
    T014
    T015
    T016
    T017
}