forked from blockscout/blockscout
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: cspell configuration (blockscout#11146)
* fix: cspell ignore weird IPFS url * fix: cspell ignore filecoin f410f addresses * chore: write ignore in single line * feat: configure everything in `cspell.json` * refactor: remove unnecessary cspell ignores * refactor: cspell run command in actions and devcontainer * chore: enable editor support * chore: add comment * fix: cspell action options * feat: run for all files
- Loading branch information
Showing
10 changed files
with
20 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
apps/explorer/priv/repo/migrations/20230815131151_drop_logs_address_hash_foreign_key.exs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
# cspell:ignore fkey | ||
defmodule Explorer.Repo.Migrations.DropLogsAddressHashForeignKey do | ||
use Ecto.Migration | ||
|
||
|
1 change: 0 additions & 1 deletion
1
...o/migrations/20230816061723_drop_token_transfers_and_transactions_address_foreign_key.exs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
apps/explorer/priv/repo/migrations/20230817061317_drop_address_foreign_keys.exs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
# cspell:ignore fkey | ||
defmodule Explorer.Repo.Migrations.DropAddressForeignKeys do | ||
use Ecto.Migration | ||
|
||
|
1 change: 0 additions & 1 deletion
1
apps/explorer/priv/repo/migrations/20230821120625_drop_rest_address_foreign_keys.exs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
# cspell:ignore fkey | ||
defmodule Explorer.Repo.Migrations.DropRestAddressForeignKeys do | ||
use Ecto.Migration | ||
|
||
|
1 change: 0 additions & 1 deletion
1
...er/priv/repo/migrations/20230831122819_drop_current_token_balances_tokens_foreign_key.exs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
apps/explorer/priv/repo/migrations/20230905085809_drop_token_balances_tokens_foreign_key.exs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
# cspell:ignore fkey | ||
defmodule Explorer.Repo.Migrations.DropTokenBalancesTokensForeignKey do | ||
use Ecto.Migration | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters