Updated linter rules
This commit is contained in:
@@ -5,12 +5,12 @@ linter:
|
|||||||
avoid_print: false
|
avoid_print: false
|
||||||
prefer_single_quotes: true
|
prefer_single_quotes: true
|
||||||
always_use_package_imports: true
|
always_use_package_imports: true
|
||||||
prefer_const_constructors: false
|
prefer_const_constructors: true
|
||||||
prefer_const_constructors_in_immutables: false
|
prefer_const_constructors_in_immutables: true
|
||||||
prefer_const_declarations: false
|
prefer_const_declarations: true
|
||||||
prefer_const_literals_to_create_immutables: false
|
prefer_const_literals_to_create_immutables: true
|
||||||
unnecessary_const: 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
|
# Additional information about this file can be found at
|
||||||
# https://dart.dev/guides/language/analysis-options
|
# https://dart.dev/guides/language/analysis-options
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ name: cabo_counter
|
|||||||
description: "Mobile app for the card game CABO"
|
description: "Mobile app for the card game CABO"
|
||||||
publish_to: 'none'
|
publish_to: 'none'
|
||||||
|
|
||||||
version: 0.1.3+54
|
version: 0.1.3+55
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ^3.5.4
|
sdk: ^3.5.4
|
||||||
|
|||||||
Reference in New Issue
Block a user