Skip to content

Commit

Permalink
fix: Match the notation of "part of" to Linter.
Browse files Browse the repository at this point in the history
  • Loading branch information
mathrunet committed Nov 8, 2023
1 parent 1d7fe0b commit cca8c74
Show file tree
Hide file tree
Showing 762 changed files with 8,089 additions and 4,899 deletions.
2 changes: 1 addition & 1 deletion packages/katana/lib/extension/boolean_extensions.dart
@@ -1,4 +1,4 @@
part of katana;
part of '/katana.dart';

/// Provides extended methods for [bool].
///
Expand Down
2 changes: 1 addition & 1 deletion packages/katana/lib/extension/date_time_extensions.dart
@@ -1,4 +1,4 @@
part of katana;
part of '/katana.dart';

/// Provides extended methods for [DateTime].
///
Expand Down
@@ -1,4 +1,4 @@
part of katana;
part of '/katana.dart';

/// Provides extended methods for [DateTime] arrays.
///
Expand Down
2 changes: 1 addition & 1 deletion packages/katana/lib/extension/double_extensions.dart
@@ -1,4 +1,4 @@
part of katana;
part of '/katana.dart';

/// Provides extended methods for [double].
///
Expand Down
@@ -1,4 +1,4 @@
part of katana;
part of '/katana.dart';

/// Provides extended methods for [double] arrays.
///
Expand Down
2 changes: 1 addition & 1 deletion packages/katana/lib/extension/duration_extensions.dart
@@ -1,4 +1,4 @@
part of katana;
part of '/katana.dart';

/// Provides extended methods for [Duration].
///
Expand Down
2 changes: 1 addition & 1 deletion packages/katana/lib/extension/dynamic_map_extensions.dart
@@ -1,4 +1,4 @@
part of katana;
part of '/katana.dart';

/// Provides extended methods for [DynamicMap].
///
Expand Down
2 changes: 1 addition & 1 deletion packages/katana/lib/extension/int_extensions.dart
@@ -1,4 +1,4 @@
part of katana;
part of '/katana.dart';

/// Provides extended methods for [int].
///
Expand Down
2 changes: 1 addition & 1 deletion packages/katana/lib/extension/int_iterable_extensions.dart
@@ -1,4 +1,4 @@
part of katana;
part of '/katana.dart';

/// Provides extended methods for [int] arrays.
///
Expand Down
2 changes: 1 addition & 1 deletion packages/katana/lib/extension/iterable_extensions.dart
@@ -1,4 +1,4 @@
part of katana;
part of '/katana.dart';

/// Provides extended methods for [T] arrays.
///
Expand Down
@@ -1,4 +1,4 @@
part of katana;
part of '/katana.dart';

/// Provides extended methods for [Iterable] arrays.
///
Expand Down
2 changes: 1 addition & 1 deletion packages/katana/lib/extension/json_extensions.dart
@@ -1,4 +1,4 @@
part of katana;
part of '/katana.dart';

/// Provides Json extension methods for [DynamicList].
///
Expand Down
2 changes: 1 addition & 1 deletion packages/katana/lib/extension/list_extensions.dart
@@ -1,4 +1,4 @@
part of katana;
part of '/katana.dart';

/// Provides extended methods for [List] in [T].
///
Expand Down
2 changes: 1 addition & 1 deletion packages/katana/lib/extension/map_extensions.dart
@@ -1,4 +1,4 @@
part of katana;
part of '/katana.dart';

/// Provides extended methods for [Map].
///
Expand Down
@@ -1,4 +1,4 @@
part of katana;
part of '/katana.dart';

/// Provides an extension method for [double] that is nullable.
///
Expand Down
2 changes: 1 addition & 1 deletion packages/katana/lib/extension/nullable_int_extensions.dart
@@ -1,4 +1,4 @@
part of katana;
part of '/katana.dart';

/// Provides an extension method for [int] that is nullable.
///
Expand Down
@@ -1,4 +1,4 @@
part of katana;
part of '/katana.dart';

/// Provides an extension method for [Iterable] that is nullable.
///
Expand Down
@@ -1,4 +1,4 @@
part of katana;
part of '/katana.dart';

/// Provides an extension method for [List] that is nullable.
///
Expand Down
2 changes: 1 addition & 1 deletion packages/katana/lib/extension/nullable_map_extensions.dart
@@ -1,4 +1,4 @@
part of katana;
part of '/katana.dart';

/// Provides an extension method for [Map] that is nullable.
///
Expand Down
2 changes: 1 addition & 1 deletion packages/katana/lib/extension/nullable_num_extensions.dart
@@ -1,4 +1,4 @@
part of katana;
part of '/katana.dart';

/// Provides an extension method for [num] that is nullable.
///
Expand Down
@@ -1,4 +1,4 @@
part of katana;
part of '/katana.dart';

/// Provides an extension method for [List] that is nullable.
///
Expand Down
2 changes: 1 addition & 1 deletion packages/katana/lib/extension/nullable_set_extensions.dart
@@ -1,4 +1,4 @@
part of katana;
part of '/katana.dart';

/// Provides an extension method for [Set] that is nullable.
///
Expand Down
@@ -1,4 +1,4 @@
part of katana;
part of '/katana.dart';

/// Provides an extension method for [String] that is nullable.
///
Expand Down
2 changes: 1 addition & 1 deletion packages/katana/lib/extension/nullable_uri_extensions.dart
@@ -1,4 +1,4 @@
part of katana;
part of '/katana.dart';

/// Provides an extension method for [Uri] that is nullable.
///
Expand Down
@@ -1,4 +1,4 @@
part of katana;
part of '/katana.dart';

/// Provides an extension method for [Iterable] whose value is nullable.
///
Expand Down
2 changes: 1 addition & 1 deletion packages/katana/lib/extension/random_extensions.dart
@@ -1,4 +1,4 @@
part of katana;
part of '/katana.dart';

/// Provides extended methods for [Random].
///
Expand Down
2 changes: 1 addition & 1 deletion packages/katana/lib/extension/set_extensions.dart
@@ -1,4 +1,4 @@
part of katana;
part of '/katana.dart';

/// Provides extended methods for [Set].
///
Expand Down
2 changes: 1 addition & 1 deletion packages/katana/lib/extension/string_extensions.dart
@@ -1,4 +1,4 @@
part of katana;
part of '/katana.dart';

/// Provides extended methods for [String].
///
Expand Down
2 changes: 1 addition & 1 deletion packages/katana/lib/extension/uri_extensions.dart
@@ -1,4 +1,4 @@
part of katana;
part of '/katana.dart';

/// Provides extended methods for [Uri].
///
Expand Down
2 changes: 1 addition & 1 deletion packages/katana/lib/src/date_duration.dart
@@ -1,4 +1,4 @@
part of katana;
part of '/katana.dart';

/// A class that represents a date period.
///
Expand Down
2 changes: 1 addition & 1 deletion packages/katana/lib/src/functions.dart
@@ -1,4 +1,4 @@
part of katana;
part of '/katana.dart';

const int _kIntMaxValue = 9007199254740991;

Expand Down
2 changes: 1 addition & 1 deletion packages/katana/lib/src/others/api.dart
@@ -1,4 +1,4 @@
part of katana.others;
part of "others.dart";

/// Provides static methods for making HTTP requests.
///
Expand Down
2 changes: 1 addition & 1 deletion packages/katana/lib/src/typedef.dart
@@ -1,4 +1,4 @@
part of katana;
part of '/katana.dart';

/// Represents the type of [Map<String, dynamic>].
///
Expand Down
2 changes: 1 addition & 1 deletion packages/katana/lib/src/web/api.dart
@@ -1,4 +1,4 @@
part of katana.web;
part of "web.dart";

/// Provides static methods for making HTTP requests.
///
Expand Down
8 changes: 4 additions & 4 deletions packages/katana/pubspec.lock
Expand Up @@ -109,10 +109,10 @@ packages:
dependency: "direct dev"
description:
name: flutter_lints
sha256: a25a15ebbdfc33ab1cd26c63a6ee519df92338a9c10f122adda92938253bef04
sha256: e2a421b7e59244faef694ba7b30562e489c2b489866e505074eb005cd7060db7
url: "https://pub.dev"
source: hosted
version: "2.0.3"
version: "3.0.1"
frontend_server_client:
dependency: transitive
description:
Expand Down Expand Up @@ -189,10 +189,10 @@ packages:
dependency: transitive
description:
name: lints
sha256: "0a217c6c989d21039f1498c3ed9f3ed71b354e69873f13a8dfc3c9fe76f1b452"
sha256: cbf8d4b858bb0134ef3ef87841abdf8d63bfc255c266b7bf6b39daa1085c4290
url: "https://pub.dev"
source: hosted
version: "2.1.1"
version: "3.0.0"
logging:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions packages/katana/pubspec.yaml
Expand Up @@ -14,11 +14,11 @@ dependencies:
uuid: ^4.0.0
sprintf: ^7.0.0
encrypt: ^5.0.1
http: ^0.13.5
http: ^1.1.0
meta: ^1.8.0
recase: ^4.0.0

dev_dependencies:
test: ^1.21.3
flutter_lints: ^2.0.0
flutter_lints: ^3.0.0
import_sorter: ^4.6.0
2 changes: 1 addition & 1 deletion packages/katana/test/nullable_map_extensions_test.dart
Expand Up @@ -43,7 +43,7 @@ void main() {
const Map<String, int>? nullMap = null;
expect(map.containsValue(1), true);
expect(map.containsValue(5), false);
expect(nullMap.containsValue("a"), false);
expect(nullMap.containsValue(1), false);
});
test("NullableMapExtensions.get", () {
// ignore: unnecessary_nullable_for_final_variable_declarations
Expand Down
18 changes: 9 additions & 9 deletions packages/katana_auth/example/pubspec.lock
Expand Up @@ -234,10 +234,10 @@ packages:
dependency: "direct dev"
description:
name: flutter_lints
sha256: "2118df84ef0c3ca93f96123a616ae8540879991b8b57af2f81b76a7ada49b2a4"
sha256: e2a421b7e59244faef694ba7b30562e489c2b489866e505074eb005cd7060db7
url: "https://pub.dev"
source: hosted
version: "2.0.2"
version: "3.0.1"
flutter_test:
dependency: "direct dev"
description: flutter
Expand Down Expand Up @@ -366,29 +366,29 @@ packages:
path: "../../katana"
relative: true
source: path
version: "2.4.3"
version: "2.5.0"
katana_auth:
dependency: "direct main"
description:
path: ".."
relative: true
source: path
version: "2.2.4"
version: "2.2.5"
katana_logger:
dependency: "direct overridden"
description:
path: "../../katana_logger"
relative: true
source: path
version: "2.0.15"
version: "2.0.16"
lints:
dependency: transitive
description:
name: lints
sha256: "0a217c6c989d21039f1498c3ed9f3ed71b354e69873f13a8dfc3c9fe76f1b452"
sha256: cbf8d4b858bb0134ef3ef87841abdf8d63bfc255c266b7bf6b39daa1085c4290
url: "https://pub.dev"
source: hosted
version: "2.1.1"
version: "3.0.0"
logging:
dependency: transitive
description:
Expand Down Expand Up @@ -734,10 +734,10 @@ packages:
dependency: transitive
description:
name: uuid
sha256: "648e103079f7c64a36dc7d39369cabb358d377078a051d6ae2ad3aa539519313"
sha256: b715b8d3858b6fa9f68f87d20d98830283628014750c2b09b6f516c1da4af2a7
url: "https://pub.dev"
source: hosted
version: "3.0.7"
version: "4.1.0"
vector_math:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion packages/katana_auth/example/pubspec.yaml
Expand Up @@ -52,7 +52,7 @@ dev_dependencies:
# activated in the `analysis_options.yaml` file located at the root of your
# package. See that file for information about deactivating specific lint
# rules and activating additional ones.
flutter_lints: ^2.0.0
flutter_lints: ^3.0.0
import_sorter: ^4.6.0

# For information on the generic Dart part of this file, see the
Expand Down
2 changes: 1 addition & 1 deletion packages/katana_auth/lib/adapter/local_auth_adapter.dart
@@ -1,6 +1,6 @@
// ignore_for_file: avoid_field_initializers_in_const_classes

part of katana_auth;
part of '/katana_auth.dart';

const _kLocalDatabaseId = "auth://";

Expand Down
2 changes: 1 addition & 1 deletion packages/katana_auth/lib/adapter/runtime_auth_adapter.dart
@@ -1,6 +1,6 @@
// ignore_for_file: avoid_field_initializers_in_const_classes

part of katana_auth;
part of '/katana_auth.dart';

/// Authentication adapter using a database that runs only in the app's memory.
///
Expand Down
@@ -1,4 +1,4 @@
part of katana_auth;
part of '/katana_auth.dart';

const _kAnonymouslyAuthProviderId = "anonymous";

Expand Down
@@ -1,4 +1,4 @@
part of katana_auth;
part of '/katana_auth.dart';

const _kPasswordAuthProviderId = "password";

Expand Down
@@ -1,4 +1,4 @@
part of katana_auth;
part of '/katana_auth.dart';

/// {@template email_link_auth}
/// An `AuthQuery` for link authentication via email.
Expand Down
2 changes: 1 addition & 1 deletion packages/katana_auth/lib/provider/sms_auth_query.dart
@@ -1,4 +1,4 @@
part of katana_auth;
part of '/katana_auth.dart';

const _kPhoneAuthProviderId = "phone";

Expand Down
@@ -1,4 +1,4 @@
part of katana_auth;
part of '/katana_auth.dart';

/// {@template sns_auth}
/// An `AuthQuery` for OAuth authentication for SNS.
Expand Down
2 changes: 1 addition & 1 deletion packages/katana_auth/lib/src/auth_adapter.dart
@@ -1,4 +1,4 @@
part of katana_auth;
part of '/katana_auth.dart';

/// Adapters to change the behavior of authentication on different platforms.
///
Expand Down
2 changes: 1 addition & 1 deletion packages/katana_auth/lib/src/auth_credential.dart
@@ -1,4 +1,4 @@
part of katana_auth;
part of '/katana_auth.dart';

/// Interface that represents the credentials returned by an auth provider.
/// Implementations specify the details about each auth provider's credential
Expand Down
2 changes: 1 addition & 1 deletion packages/katana_auth/lib/src/auth_database.dart
@@ -1,6 +1,6 @@
// ignore_for_file: prefer_final_fields

part of katana_auth;
part of '/katana_auth.dart';

/// A database for managing authentication information locally.
///
Expand Down
2 changes: 1 addition & 1 deletion packages/katana_auth/lib/src/auth_logger_event.dart
@@ -1,4 +1,4 @@
part of katana_auth;
part of '/katana_auth.dart';

/// Authentication events for logging.
///
Expand Down

0 comments on commit cca8c74

Please sign in to comment.