Skip to content

Commit

Permalink
update lints (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo committed Jul 8, 2024
1 parent 6419270 commit 6a0bb92
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
sdk: ['3.0', dev]
sdk: ['3.4', dev]
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
Expand Down
2 changes: 1 addition & 1 deletion lib/cli_logging.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/// This library contains functionality to help command-line utilities to easily
/// create aesthetic output.
library cli_logging;
library;

import 'dart:async';
import 'dart:io' as io;
Expand Down
2 changes: 1 addition & 1 deletion lib/cli_util.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// BSD-style license that can be found in the LICENSE file.

/// Utilities to locate the Dart SDK.
library cli_util;
library;

import 'dart:async';
import 'dart:io';
Expand Down
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ description: A library to help in building Dart command-line apps.
repository: https://github.com/dart-lang/cli_util

environment:
sdk: ^3.0.0
sdk: ^3.4.0

dependencies:
meta: ^1.3.0
meta: ^1.7.0
path: ^1.8.0

dev_dependencies:
dart_flutter_team_lints: ^2.0.0
test: ^1.16.0
dart_flutter_team_lints: ^3.0.0
test: ^1.20.0

0 comments on commit 6a0bb92

Please sign in to comment.