Merge pull request #7036 from blockscout/mf-fix-spell-check-formating

Fix `formating` in spell check
pull/7040/head
Victor Baranov 2 years ago committed by GitHub
commit 6e9edfd7b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      CHANGELOG.md
  2. 2
      apps/block_scout_web/lib/block_scout_web/views/api/v2/smart_contract_view.ex
  3. 1
      cspell.json

@ -13,7 +13,7 @@
### Chore
- [#7034](https://github.com/blockscout/blockscout/pull/7034) - Resolve "Unexpected var, use let or const instead"
- [#7014](https://github.com/blockscout/blockscout/pull/7014) - Fix spell in namings, add spell checking in CI
- [#7014](https://github.com/blockscout/blockscout/pull/7014), [#7036](https://github.com/blockscout/blockscout/pull/7036) - Fix spell in namings, add spell checking in CI
- [#7012](https://github.com/blockscout/blockscout/pull/7012) - Refactor socket.js
- [#6960](https://github.com/blockscout/blockscout/pull/6960) - Add deploy + workflow for testing (bs-indexers-ethereum-goerli)
- [#6989](https://github.com/blockscout/blockscout/pull/6989) - Update bitwalker/alpine-elixir-phoenix: 1.13 -> 1.14

@ -235,7 +235,7 @@ defmodule BlockScoutWeb.API.V2.SmartContractView do
exception ->
Logger.warn(fn ->
[
"Error formating constructor arguments for abi: #{inspect(abi)}, args: #{inspect(constructor_arguments)}: ",
"Error formatting constructor arguments for abi: #{inspect(abi)}, args: #{inspect(constructor_arguments)}: ",
Exception.format(:error, exception)
]
end)

@ -185,7 +185,6 @@
"raquo",
"shortify",
"datapoint",
"formating",
"phash",
"strftime",
"arounds",

Loading…
Cancel
Save