Skip to content

Commit

Permalink
fix: linter for a file
Browse files Browse the repository at this point in the history
  • Loading branch information
apskhem committed Sep 23, 2024
1 parent c73c762 commit c0fa555
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ include: package:catalyst_analysis/analysis_options.yaml
analyzer:
exclude: [build/**, lib/*.g.dart, lib/generated/**]
errors:
implementation_imports: ignore
public_member_api_docs: ignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// cspell: words wordlists WORDLIST
// ignore_for_file: implementation_imports

import 'dart:typed_data';
import 'package:bip39/bip39.dart' as bip39;
Expand Down

0 comments on commit c0fa555

Please sign in to comment.