commit | bfb233a8186b06d77576b9cd603b7418ad056f55 | [log] [tgz] |
---|---|---|
author | Sapan Bhatia <gwsapan@gmail.com> | Fri Feb 09 14:53:09 2018 -0800 |
committer | Sapan Bhatia <sapan@opennetworking.org> | Sat Feb 10 03:49:53 2018 +0000 |
tree | 72926d7d4cd682353d26fb048d31172b8c90f970 | |
parent | a2cb1d31f951d246cc0ef98e271e4d85ee078fe4 [diff] [blame] |
CORD-2247: Write basic static checker for xproto Change-Id: I63a96972e16fd8dd62d4dec840eede66cbb26368
diff --git a/lib/xos-genx/xosgenx/checkers/syncstep.xchecker b/lib/xos-genx/xosgenx/checkers/syncstep.xchecker new file mode 100644 index 0000000..836a2c2 --- /dev/null +++ b/lib/xos-genx/xosgenx/checkers/syncstep.xchecker
@@ -0,0 +1,5 @@ +{% for m in proto.messages %} +{% if not m.options.no_sync %} +{{ xproto_check_synchronizer(m) }} +{% endif %} +{% endfor %}