Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Noctunus committed Sep 24, 2024
1 parent 25f10f4 commit b0f0dab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/fqpn_check.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

echo -e "🔍 Checking if all the types used in the proto files are using a FQPN (full qualified package name)"
echo -e "🔍 Checking if all the types used in the proto files are using a FQPN (fully qualified package name)"

grep --include="*.proto" -r -h -oP "(\S+) (\S+) = \d+;" proto/ | cut -d" " -f1 | sort -u | grep -v "google\.protobuf" | grep -v "cmp\." | grep -vP "(double|float|int32|int64|uint32|uint64|sint32|sint64|fixed32|fixed64|sfixed32|sfixed64|bool|string|bytes|//)"

Expand Down

0 comments on commit b0f0dab

Please sign in to comment.