Temporarily disable dartfmt. (#19)

This commit is contained in:
Awjin Ahn 2020-11-18 14:47:24 -06:00 committed by GitHub
parent e302719e15
commit 0aa346cf7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,8 @@ before_install:
before_script:
- pub run grinder protobuf
# Format the generated code or else the formatter task will get upset.
- dartfmt -w --fix lib/src/embedded_sass.pb*
# TODO(awjin): Re-enable this once dart-lang/sdk#42989 is fixed.
# - dartfmt -w --fix lib/src/embedded_sass.pb*
- pub run grinder pkg-standalone-dev
jobs:
@ -47,7 +48,8 @@ jobs:
# Static checks
- dart_task: {dartanalyzer: --fatal-warnings ./}
- dart_task: dartfmt
# TODO(awjin): Re-enable this once dart-lang/sdk#42989 is fixed.
# - dart_task: dartfmt
## Deploying