Skip to content

Commit

Permalink
ignore warnings in generated file
Browse files Browse the repository at this point in the history
  • Loading branch information
Skycoder42 committed Jun 6, 2023
1 parent f283ba1 commit 7eb5725
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/sodium/lib/src/ffi/bindings/libsodium.ffi.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// ignore_for_file: type=warning
// AUTO GENERATED FILE, DO NOT EDIT.
//
// Generated by `package:ffigen`.
Expand Down
1 change: 1 addition & 0 deletions packages/sodium/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ ffigen:
- sodium.*
- crypto.*
- randombytes.*
preamble: "// ignore_for_file: type=warning"

cider:
link_template:
Expand Down

0 comments on commit 7eb5725

Please sign in to comment.