fix: dialyzer warning (#10845)

pull/10849/head
Fedor Ivanov 2 months ago committed by GitHub
parent 083966a58a
commit 57a027f6cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      .dialyzer-ignore
  2. 2
      apps/explorer/lib/explorer/chain/cache/celo_core_contracts.ex
  3. 1
      apps/indexer/lib/indexer/application.ex

@ -4,4 +4,3 @@ lib/explorer/smart_contract/vyper/publisher_worker.ex:1
lib/explorer/smart_contract/solidity/publisher_worker.ex:8
lib/explorer/smart_contract/vyper/publisher_worker.ex:8
lib/phoenix/router.ex:402
lib/explorer/chain/cache/celo_core_contracts.ex:162

@ -11,7 +11,7 @@ defmodule Explorer.Chain.Cache.CeloCoreContracts do
For details on the structure of the `CELO_CORE_CONTRACTS` environment
variable, see `app/explorer/lib/fetch_celo_core_contracts.ex`.
"""
@dialyzer :no_match
@dialyzer {:nowarn_function, get_address_updates: 1}
require Logger

@ -12,7 +12,6 @@ defmodule Indexer.Application do
alias Indexer.Fetcher.OnDemand.TokenTotalSupply, as: TokenTotalSupplyOnDemand
alias Indexer.Memory
alias Prometheus.Registry
@impl Application
def start(_type, _args) do

Loading…
Cancel
Save