Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rrousselGit committed Jul 18, 2024
1 parent 71d70f4 commit f9f4559
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/globe_cli/lib/src/command_runner.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import 'commands/commands.dart';
import 'commands/create_project_command.dart';
import 'commands/project_command.dart';
import 'commands/update.dart';
import './get_it.dart';
import 'get_it.dart';
import 'package_info.dart' as package_info;
import 'utils/api.dart';
import 'utils/auth.dart';
Expand Down
2 changes: 1 addition & 1 deletion packages/globe_cli/lib/src/utils/scope.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import 'package:path/path.dart' as p;

import '../exit.dart';
import 'api.dart';
import './prompts.dart';
import 'prompts.dart';
import 'metadata.dart';

Check notice on line 12 in packages/globe_cli/lib/src/utils/scope.dart

View workflow job for this annotation

GitHub Actions / analyze

Sort directive sections alphabetically.

Try sorting the directives. See https://dart.dev/lints/directives_ordering to learn more about this problem.

/// A utility class for managing the user's local project.
Expand Down

0 comments on commit f9f4559

Please sign in to comment.