[fix] Versioned Function Analyzer Ignore Comments
Compare changes
+ 3
− 1
@@ -13,10 +13,12 @@ go run tools/versioned-functions/main.go --version="$VERSION" >/tmp/versioned-fn
@@ -13,10 +13,12 @@ go run tools/versioned-functions/main.go --version="$VERSION" >/tmp/versioned-fn
if ! diff -u -F '^func' -I '^//' --color=always /tmp/versioned-fns-develop /tmp/versioned-fns-current; then