0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Cadence Linter

Last updated at Posted at 2024-12-15

Previous << Running Cadence Tests
Next >> Flow Interaction Templates (FLIX)

Cadence Linterは、静的解析ツールであり、Cadenceコードの潜在的な問題を発見します。Flow CLIで利用でき、一般的なミスや潜在的な問題が問題となる前に特定することで、開発者がより良いコードを作成できるよう支援するように設計されています。

また、リンターはコードのシンタックスエラーや意味(セマンティック)エラーをチェックし、修正方法の提案も行います。

flow cadence lint [files]

Example Usage

flow cadence lint **/*.cdc

Example Output

test.cdc:27:6: semantic-error: cannot find variable in this scope: `abc`

test.cdc:35:6: removal-hint: unnecessary force operator

2 problems (1 error, 1 warning)

INFO
Cadence VSCode 拡張機能内にもCadence Linter が含まれており、コードを記述中にリアルタイム・フィードバックを行います。

Last updated on Dec 6, 2024 by Alex Ni

翻訳元


Previous << Running Cadence Tests

Flow BlockchainのCadence version1.0ドキュメント (Cadence Linter)

Next >> Flow Interaction Templates (FLIX)

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?