mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-02-13 14:35:10 -05:00
**What does this PR do? Why is it needed?** Fixing a bug in `check-logs.sh` where untracked files were ignored. for example PR #16216 passed the check while it shouldn't have. this change fixes the problem.
Bash Scripts
This subproject contains useful bash scripts for working with our repository. We have a simple tool that outputs coverage, a simple tool to check for gazelle requirements, update Go protobuf generated files, visibility rules tools for Bazel packages, and more.
update-go-pbs.sh
This script generates the *.pb.go files from the *.proto files.
After running update-go-pbs.sh keep only the *.pb.go for the protos that have changed before checking in.
Note: the generated files may not have imports correctly linted and will need to be fixed to remote associated errors.