diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/vera/profiles/boost	Tue Nov 21 12:19:28 2017 +0100
@@ -0,0 +1,15 @@
+#!/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
+}