taldir

Directory service to resolve wallet mailboxes by messenger addresses
Log | Files | Refs | Submodules | README | LICENSE

staticcheck.conf (144B)


      1 checks = [
      2   'all',
      3   '-ST1000', # "Must have at least one package comment"
      4   '-ST1003', # "func EnableInfinityTs should be EnableInfinityTS"
      5 ]