comparison vera/profiles/boost @ 57:82b832e1875d

vera: import 1.3.0, closes #728
author David Demelier <markand@malikania.fr>
date Tue, 21 Nov 2017 12:19:28 +0100
parents
children
comparison
equal deleted inserted replaced
56:056ee6b5913e 57:82b832e1875d
1 #!/usr/bin/tclsh
2 # This file defines the set of scripts (rules) that should be executed
3 # to verify whether the code complies with the Boost conventions,
4 # as defined in the original Boost inspect tool.
5
6 set rules {
7 F001
8 F002
9 L002
10 T013
11 T014
12 T015
13 T016
14 T017
15 }