From 1b79aac20254593c8bb6a947e7b78d140f5f0058 Mon Sep 17 00:00:00 2001 From: Felix Kirchner Date: Sun, 27 Apr 2025 16:17:28 +0200 Subject: [PATCH] Updated linter rules --- analysis_options.yaml | 10 +++++----- pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/analysis_options.yaml b/analysis_options.yaml index 69fead2..2ce6b52 100644 --- a/analysis_options.yaml +++ b/analysis_options.yaml @@ -5,12 +5,12 @@ linter: avoid_print: false prefer_single_quotes: true always_use_package_imports: true - prefer_const_constructors: false - prefer_const_constructors_in_immutables: false - prefer_const_declarations: false - prefer_const_literals_to_create_immutables: false + prefer_const_constructors: true + prefer_const_constructors_in_immutables: true + prefer_const_declarations: true + prefer_const_literals_to_create_immutables: true unnecessary_const: true - lines_longer_than_80_chars: true + lines_longer_than_80_chars: false # Additional information about this file can be found at # https://dart.dev/guides/language/analysis-options diff --git a/pubspec.yaml b/pubspec.yaml index afc2279..78db0ea 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: cabo_counter description: "Mobile app for the card game CABO" publish_to: 'none' -version: 0.1.3+54 +version: 0.1.3+55 environment: sdk: ^3.5.4