Skip to content

Commit

Permalink
analyzer: exclude: maths/fermats_little_theorem.dart (#94)
Browse files Browse the repository at this point in the history
* analyzer: exclude: maths/fermats_little_theorem.dart

* Update dart_test_analyze_format.yml
  • Loading branch information
cclauss committed Oct 15, 2020
1 parent c3ad8e3 commit 0cf6fd0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dart_test_analyze_format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ jobs:
- uses: actions/checkout@v2
- run: dart pub get
- run: dart test data_structures/linked_list.dart
- run: dart analyze || true # TODO: remove `|| true` when #86 is closed
- run: dart analyze
- run: dart format --set-exit-if-changed .
3 changes: 3 additions & 0 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
analyzer:
exclude:
- maths/fermats_little_theorem.dart

0 comments on commit 0cf6fd0

Please sign in to comment.