Revert "style: use strict-casts and strict-raw-types"

This reverts commit ea0264ee14.
This commit is contained in:
Aleksey Kulikov 2022-01-10 12:03:07 +03:00
parent ea0264ee14
commit f872612f36
2 changed files with 1 additions and 4 deletions

View file

@ -1,9 +1,6 @@
include: package:lints/recommended.yaml include: package:lints/recommended.yaml
analyzer: analyzer:
language:
strict-casts: true
strict-raw-types: true
strong-mode: strong-mode:
implicit-casts: false implicit-casts: false
implicit-dynamic: false implicit-dynamic: false

View file

@ -1000,7 +1000,7 @@ class Repository {
/// values respectively. /// values respectively.
/// ///
/// Throws a [LibGit2Error] if error occured. /// Throws a [LibGit2Error] if error occured.
List<Object> mergeAnalysis({ List mergeAnalysis({
required Oid theirHead, required Oid theirHead,
String ourRef = 'HEAD', String ourRef = 'HEAD',
}) { }) {