https://github.com/tendermint/tendermint
Raw File
Tip revision: 94ea3c83a8cfa63c8cd7502dd581b552e81dbf23 authored by Anton Kaliaev on 10 November 2020, 12:36:46 UTC
use fmt.Sprint for string to int conversion
Tip revision: 94ea3c8
buf.yaml
build:
  roots:
    - .
lint:
  use:
    - MINIMAL
    - FILE_LOWER_SNAKE_CASE
    - UNARY_RPC
  except:
    - PACKAGE_DIRECTORY_MATCH
  ignore:
    - third_party
breaking:
  use:
    - FILE
back to top