mirror of
https://github.com/danog/dart-sass.git
synced 2025-01-23 06:12:00 +01:00
Temporarily disable dartfmt. (#19)
This commit is contained in:
parent
e302719e15
commit
0aa346cf7d
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user