ソースを参照

Updated pedantic.

flutter-beta
Julian Steenbakker 5年前
コミット
a1c7dc6544
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 16E437C7A3D94250
2個のファイルの変更3行の追加2行の削除
  1. +2
    -1
      analysis_options.yaml
  2. +1
    -1
      pubspec.yaml

+ 2
- 1
analysis_options.yaml ファイルの表示

@@ -1,4 +1,5 @@
include: package:pedantic/analysis_options.1.9.0.yaml
include: package:pedantic/analysis_options.yaml

linter:
rules:
- always_put_required_named_parameters_first


+ 1
- 1
pubspec.yaml ファイルの表示

@@ -14,7 +14,7 @@ dependencies:
sdk: flutter

dev_dependencies:
pedantic: ^1.9.0
pedantic: ^1.9.2

flutter:
plugin:


読み込み中…
キャンセル
保存