We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
|| true
dart analyze --fatal-*
1 parent b681e6c commit 47de04cCopy full SHA for 47de04c
.github/workflows/ci.yml
@@ -44,7 +44,7 @@ jobs:
44
run: dart format --output=none --set-exit-if-changed .
45
46
- name: Analyze
47
- run: dart analyze --fatal-infos --fatal-warnings || true
+ run: dart analyze --fatal-infos --fatal-warnings
48
49
- name: Run tests
50
run: |
analysis_options.yaml
@@ -0,0 +1,4 @@
1
+analyzer:
2
+ exclude:
3
+ - lib/bdk.dart
4
+
test/mnemonic_test.dart
@@ -1,8 +1,6 @@
import 'package:bdk_dart/bdk.dart';
import 'package:test/test.dart';
-import 'test_constants.dart';
5
-
6
void main() {
7
group('Mnemonic', () {
8
test('produces expected BIP86 descriptor', () {
0 commit comments