Skip to content

Commit

Permalink
🚧 (presubmit) Temporarily disable configlet fmt
Browse files Browse the repository at this point in the history
Please see #296
  • Loading branch information
devkabiir committed Feb 18, 2021
1 parent 7fbb0e1 commit 0f7c404
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/presubmit.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ Future<Null> main() async {

if (await utils.fetchConfiglet() == 0) {
print('Formatting config.json...');
await utils.runCmdIfExecutable('bin/configlet', ['fmt', '.']);
print('Unsupported operation: Please see https://github.com/exercism/dart/issues/296');
// await utils.runCmdIfExecutable('bin/configlet', ['fmt', '.']);
}

print('Formatting all Dart files...');
Expand Down

0 comments on commit 0f7c404

Please sign in to comment.