You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a result of #376, we have converted Id to ID except for proto-related fields.
But as x/liquidity/types/events.go has nolint flag, the file was not covered by the conversion:
To keep the convention consistent, and as far as we decided to use Id for proto files, it'd be better to rollback the change and use Id instead of ID except for function-scoped variables.
The text was updated successfully, but these errors were encountered:
As a result of #376, we have converted
Id
toID
except for proto-related fields.But as
x/liquidity/types/events.go
hasnolint
flag, the file was not covered by the conversion:liquidity/x/liquidity/types/keys.go
Line 26 in 2a38c43
liquidity/x/liquidity/types/events.go
Line 14 in 2a38c43
To keep the convention consistent, and as far as we decided to use
Id
for proto files, it'd be better to rollback the change and useId
instead ofID
except for function-scoped variables.The text was updated successfully, but these errors were encountered: