Closed faripple closed 2 years ago
The lint bp_2022_001_bucket_access_uniform has unused variable bucket_count. If it's not used we need to remove it. Also, the check for empty buckets is implemented incorrectly. It was put inside of the for loop when should be checked before.
bp_2022_001_bucket_access_uniform
bucket_count
The lint
bp_2022_001_bucket_access_uniform
has unused variablebucket_count
. If it's not used we need to remove it. Also, the check for empty buckets is implemented incorrectly. It was put inside of the for loop when should be checked before.