domesticmouse 10 months ago
parent 3b516284f2
commit 2b9585f8ba

File diff suppressed because one or more lines are too long

@ -1,8 +1,8 @@
# This is a set of core lints used to identify critical issues. See # This is a set of core lints used to identify critical issues.
# https://github.com/dart-lang/lints for more information. # Check out https://github.com/dart-lang/lints for more information.
# #
# For documentation about customizing static analysis for your project, see # To learn more about customizing static analysis for your package or app,
# https://dart.dev/guides/language/analysis-options. # visit https://dart.dev/tools/analysis.
linter: linter:
rules: rules:
@ -13,13 +13,14 @@ linter:
- await_only_futures - await_only_futures
- camel_case_extensions - camel_case_extensions
- camel_case_types - camel_case_types
- collection_methods_unrelated_type
- curly_braces_in_flow_control_structures - curly_braces_in_flow_control_structures
- dangling_library_doc_comments
- depend_on_referenced_packages - depend_on_referenced_packages
- empty_catches - empty_catches
- file_names - file_names
- hash_and_equals - hash_and_equals
- iterable_contains_unrelated_type - implicit_call_tearoffs
- list_remove_unrelated_type
- no_duplicate_case_values - no_duplicate_case_values
- non_constant_identifier_names - non_constant_identifier_names
- null_check_on_nullable_type_parameter - null_check_on_nullable_type_parameter
@ -30,7 +31,10 @@ linter:
- prefer_iterable_whereType - prefer_iterable_whereType
- prefer_typing_uninitialized_variables - prefer_typing_uninitialized_variables
- provide_deprecation_message - provide_deprecation_message
- secure_pubspec_urls
- type_literal_in_constant_pattern
- unnecessary_overrides - unnecessary_overrides
- unrelated_type_equality_checks - unrelated_type_equality_checks
- use_string_in_part_of_directives
- valid_regexps - valid_regexps
- void_checks - void_checks

@ -1,11 +1,11 @@
# This set of lints builds on top of `package:lints/core.yaml`; it includes # This set of lints builds on top of `package:lints/core.yaml`.
# lints that help identify additional issues that may lead to problems when # It includes lints that help identify additional issues that might lead to
# running or consuming Dart code, as well as lints that enforce writing Dart # problems when running or consuming Dart code, as well as lints
# using a single, idiomatic style. See https://github.com/dart-lang/lints for # that enforce writing Dart using a single, idiomatic style.
# more information. # Check out https://github.com/dart-lang/lints for more information.
# #
# For documentation about customizing static analysis for your project, see # To learn more about customizing static analysis for your package or app,
# https://dart.dev/guides/language/analysis-options. # visit https://dart.dev/tools/analysis.
include: package:lints/core.yaml include: package:lints/core.yaml
@ -37,7 +37,6 @@ linter:
- prefer_collection_literals - prefer_collection_literals
- prefer_conditional_assignment - prefer_conditional_assignment
- prefer_contains - prefer_contains
- prefer_equal_for_default_values
- prefer_final_fields - prefer_final_fields
- prefer_for_elements_to_map_fromIterable - prefer_for_elements_to_map_fromIterable
- prefer_function_declarations_over_variables - prefer_function_declarations_over_variables
@ -48,7 +47,6 @@ linter:
- prefer_is_not_operator - prefer_is_not_operator
- prefer_null_aware_operators - prefer_null_aware_operators
- prefer_spread_collections - prefer_spread_collections
- prefer_void_to_null
- recursive_getters - recursive_getters
- slash_for_doc_comments - slash_for_doc_comments
- type_init_formals - type_init_formals
@ -64,5 +62,7 @@ linter:
- unnecessary_string_escapes - unnecessary_string_escapes
- unnecessary_string_interpolations - unnecessary_string_interpolations
- unnecessary_this - unnecessary_this
- unnecessary_to_list_in_spreads
- use_function_type_syntax_for_parameters - use_function_type_syntax_for_parameters
- use_rethrow_when_possible - use_rethrow_when_possible
- use_super_parameters

File diff suppressed because one or more lines are too long

@ -3,8 +3,8 @@ const MANIFEST = 'flutter-app-manifest';
const TEMP = 'flutter-temp-cache'; const TEMP = 'flutter-temp-cache';
const CACHE_NAME = 'flutter-app-cache'; const CACHE_NAME = 'flutter-app-cache';
const RESOURCES = {"index.html": "1120a606d5ea1f39a9a51e5e786ab79c", const RESOURCES = {"index.html": "8c32f5fa4f57aa66452720c97652d109",
"/": "1120a606d5ea1f39a9a51e5e786ab79c", "/": "8c32f5fa4f57aa66452720c97652d109",
"version.json": "42906adb43c8fac5e6348de24f5c28d0", "version.json": "42906adb43c8fac5e6348de24f5c28d0",
"favicon.png": "5dcef449791fa27946b3d35ad8803796", "favicon.png": "5dcef449791fa27946b3d35ad8803796",
"assets/AssetManifest.bin": "054a099135a9f27b5ec05cbb690ec7aa", "assets/AssetManifest.bin": "054a099135a9f27b5ec05cbb690ec7aa",

@ -34,7 +34,7 @@
<script> <script>
// The value below is injected by flutter build, do not touch. // The value below is injected by flutter build, do not touch.
const serviceWorkerVersion = "3568501487"; const serviceWorkerVersion = "807986512";
</script> </script>
<!-- This script adds the flutter initialization JS code --> <!-- This script adds the flutter initialization JS code -->
<script src="flutter.js" defer></script> <script src="flutter.js" defer></script>

@ -3,8 +3,8 @@ const MANIFEST = 'flutter-app-manifest';
const TEMP = 'flutter-temp-cache'; const TEMP = 'flutter-temp-cache';
const CACHE_NAME = 'flutter-app-cache'; const CACHE_NAME = 'flutter-app-cache';
const RESOURCES = {"index.html": "8e383528423ec69f56fe0f828057a7d6", const RESOURCES = {"index.html": "8c9599a7c3d98d485f520b0abb31411d",
"/": "8e383528423ec69f56fe0f828057a7d6", "/": "8c9599a7c3d98d485f520b0abb31411d",
"version.json": "08c8c94a1f10fbdfa4e8389d31bd1ed8", "version.json": "08c8c94a1f10fbdfa4e8389d31bd1ed8",
"favicon.png": "5dcef449791fa27946b3d35ad8803796", "favicon.png": "5dcef449791fa27946b3d35ad8803796",
"assets/AssetManifest.bin": "693635b5258fe5f1cda720cf224f158c", "assets/AssetManifest.bin": "693635b5258fe5f1cda720cf224f158c",

@ -34,7 +34,7 @@
<script> <script>
// The value below is injected by flutter build, do not touch. // The value below is injected by flutter build, do not touch.
const serviceWorkerVersion = "2320876363"; const serviceWorkerVersion = "1734601375";
</script> </script>
<!-- This script adds the flutter initialization JS code --> <!-- This script adds the flutter initialization JS code -->
<script src="flutter.js" defer></script> <script src="flutter.js" defer></script>

@ -3,8 +3,8 @@ const MANIFEST = 'flutter-app-manifest';
const TEMP = 'flutter-temp-cache'; const TEMP = 'flutter-temp-cache';
const CACHE_NAME = 'flutter-app-cache'; const CACHE_NAME = 'flutter-app-cache';
const RESOURCES = {"index.html": "1d489cab0e03a4b92146709cda4dc666", const RESOURCES = {"index.html": "fa4813673a934b4491cb3f2d4fdb480e",
"/": "1d489cab0e03a4b92146709cda4dc666", "/": "fa4813673a934b4491cb3f2d4fdb480e",
"version.json": "4af817f8de4133edacca0908f16858d5", "version.json": "4af817f8de4133edacca0908f16858d5",
"favicon.png": "5dcef449791fa27946b3d35ad8803796", "favicon.png": "5dcef449791fa27946b3d35ad8803796",
"assets/AssetManifest.bin": "761912449bbe20af7dfbf06dcfc9616e", "assets/AssetManifest.bin": "761912449bbe20af7dfbf06dcfc9616e",

@ -34,7 +34,7 @@
<script> <script>
// The value below is injected by flutter build, do not touch. // The value below is injected by flutter build, do not touch.
const serviceWorkerVersion = "1737593942"; const serviceWorkerVersion = "3181808933";
</script> </script>
<!-- This script adds the flutter initialization JS code --> <!-- This script adds the flutter initialization JS code -->
<script src="flutter.js" defer></script> <script src="flutter.js" defer></script>

@ -3,8 +3,8 @@ const MANIFEST = 'flutter-app-manifest';
const TEMP = 'flutter-temp-cache'; const TEMP = 'flutter-temp-cache';
const CACHE_NAME = 'flutter-app-cache'; const CACHE_NAME = 'flutter-app-cache';
const RESOURCES = {"index.html": "e03ab37261e10e422129bf3f2ed4b0d2", const RESOURCES = {"index.html": "b5ebffb52febc4e5efc29db13cce9898",
"/": "e03ab37261e10e422129bf3f2ed4b0d2", "/": "b5ebffb52febc4e5efc29db13cce9898",
"version.json": "f18d220f770434409d5d68bddf9bd1af", "version.json": "f18d220f770434409d5d68bddf9bd1af",
"favicon.png": "5dcef449791fa27946b3d35ad8803796", "favicon.png": "5dcef449791fa27946b3d35ad8803796",
"assets/AssetManifest.bin": "693635b5258fe5f1cda720cf224f158c", "assets/AssetManifest.bin": "693635b5258fe5f1cda720cf224f158c",

@ -34,7 +34,7 @@
<script> <script>
// The value below is injected by flutter build, do not touch. // The value below is injected by flutter build, do not touch.
const serviceWorkerVersion = "734033926"; const serviceWorkerVersion = "3462178888";
</script> </script>
<!-- This script adds the flutter initialization JS code --> <!-- This script adds the flutter initialization JS code -->
<script src="flutter.js" defer></script> <script src="flutter.js" defer></script>

@ -3,8 +3,8 @@ const MANIFEST = 'flutter-app-manifest';
const TEMP = 'flutter-temp-cache'; const TEMP = 'flutter-temp-cache';
const CACHE_NAME = 'flutter-app-cache'; const CACHE_NAME = 'flutter-app-cache';
const RESOURCES = {"index.html": "aa67072173c89573262863d84e4c166c", const RESOURCES = {"index.html": "f777bed3fbe19275560f148d06c46a68",
"/": "aa67072173c89573262863d84e4c166c", "/": "f777bed3fbe19275560f148d06c46a68",
"version.json": "9c336dc978923faadf6aa0ad75d0ea12", "version.json": "9c336dc978923faadf6aa0ad75d0ea12",
"favicon.png": "5dcef449791fa27946b3d35ad8803796", "favicon.png": "5dcef449791fa27946b3d35ad8803796",
"assets/AssetManifest.bin": "693635b5258fe5f1cda720cf224f158c", "assets/AssetManifest.bin": "693635b5258fe5f1cda720cf224f158c",

@ -34,7 +34,7 @@
<script> <script>
// The value below is injected by flutter build, do not touch. // The value below is injected by flutter build, do not touch.
const serviceWorkerVersion = "3285505946"; const serviceWorkerVersion = "2976028380";
</script> </script>
<!-- This script adds the flutter initialization JS code --> <!-- This script adds the flutter initialization JS code -->
<script src="flutter.js" defer></script> <script src="flutter.js" defer></script>

@ -3,8 +3,8 @@ const MANIFEST = 'flutter-app-manifest';
const TEMP = 'flutter-temp-cache'; const TEMP = 'flutter-temp-cache';
const CACHE_NAME = 'flutter-app-cache'; const CACHE_NAME = 'flutter-app-cache';
const RESOURCES = {"index.html": "e6a58c460c7e0ea61a2695be71e93049", const RESOURCES = {"index.html": "28ad61f1a2317f61b2cf4328babc2c06",
"/": "e6a58c460c7e0ea61a2695be71e93049", "/": "28ad61f1a2317f61b2cf4328babc2c06",
"version.json": "408e32657aac2b0495551d3fc84cc2ff", "version.json": "408e32657aac2b0495551d3fc84cc2ff",
"favicon.png": "5dcef449791fa27946b3d35ad8803796", "favicon.png": "5dcef449791fa27946b3d35ad8803796",
"assets/AssetManifest.bin": "645cde9921221c1e34f2228ce300d2ae", "assets/AssetManifest.bin": "645cde9921221c1e34f2228ce300d2ae",

@ -34,7 +34,7 @@
<script> <script>
// The value below is injected by flutter build, do not touch. // The value below is injected by flutter build, do not touch.
const serviceWorkerVersion = "3119173939"; const serviceWorkerVersion = "648568188";
</script> </script>
<!-- This script adds the flutter initialization JS code --> <!-- This script adds the flutter initialization JS code -->
<script src="flutter.js" defer></script> <script src="flutter.js" defer></script>

@ -3,8 +3,8 @@ const MANIFEST = 'flutter-app-manifest';
const TEMP = 'flutter-temp-cache'; const TEMP = 'flutter-temp-cache';
const CACHE_NAME = 'flutter-app-cache'; const CACHE_NAME = 'flutter-app-cache';
const RESOURCES = {"index.html": "1fdb116b9cecd0ca4a84cb4aa5c20436", const RESOURCES = {"index.html": "27c8abfffbd43f293cbbb57a35083410",
"/": "1fdb116b9cecd0ca4a84cb4aa5c20436", "/": "27c8abfffbd43f293cbbb57a35083410",
"version.json": "d8b1411a8d58c36c6abe2f9380d1c88d", "version.json": "d8b1411a8d58c36c6abe2f9380d1c88d",
"favicon.png": "5dcef449791fa27946b3d35ad8803796", "favicon.png": "5dcef449791fa27946b3d35ad8803796",
"assets/AssetManifest.bin": "101b77a1c7d9a43813794867c09db513", "assets/AssetManifest.bin": "101b77a1c7d9a43813794867c09db513",

@ -37,7 +37,7 @@
<script> <script>
// The value below is injected by flutter build, do not touch. // The value below is injected by flutter build, do not touch.
const serviceWorkerVersion = "123844445"; const serviceWorkerVersion = "1729976912";
</script> </script>
<!-- This script adds the flutter initialization JS code --> <!-- This script adds the flutter initialization JS code -->
<script src="flutter.js" defer></script> <script src="flutter.js" defer></script>

@ -3,8 +3,8 @@ const MANIFEST = 'flutter-app-manifest';
const TEMP = 'flutter-temp-cache'; const TEMP = 'flutter-temp-cache';
const CACHE_NAME = 'flutter-app-cache'; const CACHE_NAME = 'flutter-app-cache';
const RESOURCES = {"index.html": "eaf8a0bf2b30631f32dd1a8639723bb4", const RESOURCES = {"index.html": "f6bf61975a375a8f62f138b92cf021e3",
"/": "eaf8a0bf2b30631f32dd1a8639723bb4", "/": "f6bf61975a375a8f62f138b92cf021e3",
"version.json": "c877dd821e537c427c816dfd698efafd", "version.json": "c877dd821e537c427c816dfd698efafd",
"favicon.png": "5dcef449791fa27946b3d35ad8803796", "favicon.png": "5dcef449791fa27946b3d35ad8803796",
"assets/AssetManifest.bin": "f37b4f0c219a3862fa556e12e7a3ff68", "assets/AssetManifest.bin": "f37b4f0c219a3862fa556e12e7a3ff68",

@ -34,7 +34,7 @@
<script> <script>
// The value below is injected by flutter build, do not touch. // The value below is injected by flutter build, do not touch.
const serviceWorkerVersion = "990077445"; const serviceWorkerVersion = "1467215967";
</script> </script>
<!-- This script adds the flutter initialization JS code --> <!-- This script adds the flutter initialization JS code -->
<script src="flutter.js" defer></script> <script src="flutter.js" defer></script>

@ -3,8 +3,8 @@ const MANIFEST = 'flutter-app-manifest';
const TEMP = 'flutter-temp-cache'; const TEMP = 'flutter-temp-cache';
const CACHE_NAME = 'flutter-app-cache'; const CACHE_NAME = 'flutter-app-cache';
const RESOURCES = {"index.html": "0aeb71187a7800a07740ffe7c77f4adf", const RESOURCES = {"index.html": "d46108ffd2f2809c80c7706c62d494c1",
"/": "0aeb71187a7800a07740ffe7c77f4adf", "/": "d46108ffd2f2809c80c7706c62d494c1",
"version.json": "5f28b101a23cda222084598333ffdc2e", "version.json": "5f28b101a23cda222084598333ffdc2e",
"favicon.png": "5dcef449791fa27946b3d35ad8803796", "favicon.png": "5dcef449791fa27946b3d35ad8803796",
"assets/AssetManifest.bin": "693635b5258fe5f1cda720cf224f158c", "assets/AssetManifest.bin": "693635b5258fe5f1cda720cf224f158c",

@ -34,7 +34,7 @@
<script> <script>
// The value below is injected by flutter build, do not touch. // The value below is injected by flutter build, do not touch.
const serviceWorkerVersion = "2227820320"; const serviceWorkerVersion = "1126142398";
</script> </script>
<!-- This script adds the flutter initialization JS code --> <!-- This script adds the flutter initialization JS code -->
<script src="flutter.js" defer></script> <script src="flutter.js" defer></script>

Loading…
Cancel
Save