Skip to content

Commit 0eeb5bc

Browse files
committed
ignore always_put_required_named_parameters_first explicitly
1 parent b74e87b commit 0eeb5bc

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

maplibre/lib/src/platform/pigeon.g.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// swiftformat:disable all
22
// ignore_for_file: type=lint
3+
// ignore_for_file: always_put_required_named_parameters_first
34
// Autogenerated from Pigeon (v26.0.1), do not edit directly.
45
// See also: https://pub.dev/packages/pigeon
56
// ignore_for_file: public_member_api_docs, non_constant_identifier_names, avoid_as, unused_import, unnecessary_parenthesis, prefer_null_aware_operators, omit_local_variable_types, unused_shown_name, unnecessary_import, no_leading_underscores_for_local_identifiers

maplibre_ios/ios/maplibre_ios/Sources/maplibre_ios/Pigeon.g.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// swiftformat:disable all
22
// ignore_for_file: type=lint
3+
// ignore_for_file: always_put_required_named_parameters_first
34
// Autogenerated from Pigeon (v26.0.1), do not edit directly.
45
// See also: https://pub.dev/packages/pigeon
56

pigeons/header.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
swiftformat:disable all
2-
ignore_for_file: type=lint
2+
ignore_for_file: type=lint
3+
ignore_for_file: always_put_required_named_parameters_first

0 commit comments

Comments
 (0)