Skip to content

Commit

Permalink
pedantic removed
Browse files Browse the repository at this point in the history
pedantic removed because it was discontinued
  • Loading branch information
ayalma committed Dec 7, 2024
1 parent 3149390 commit 471e719
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install Flutter
uses: subosito/flutter-action@v1
- name: Check Dart Formatting
run: flutter format --set-exit-if-changed -n .
run: dart format --set-exit-if-changed .

package-analysis:
runs-on: ubuntu-latest
Expand Down
1 change: 0 additions & 1 deletion analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
include: package:pedantic/analysis_options.yaml
linter:
rules:
unnecessary_const: true
Expand Down

0 comments on commit 471e719

Please sign in to comment.