Build Android (FCM) / build-android-fcm (push) Canceled after 0s
Build Android / build-android (push) Canceled after 0s
Build iOS / build-ios (push) Canceled after 0s
Build Linux / build-linux (push) Canceled after 0s
Build macOS / build-macos (push) Canceled after 0s
Build Windows / build-windows (push) Canceled after 0s
Release (main) / android (oneme) (push) Canceled after 0s
Release (main) / android (qlyra) (push) Canceled after 0s
Release (main) / windows (push) Canceled after 0s
Release (main) / linux (push) Canceled after 0s
Release (main) / macos (push) Canceled after 0s
Release (main) / ios (push) Canceled after 0s
Release (main) / release (push) Canceled after 0s
35 lines
1.2 KiB
YAML
35 lines
1.2 KiB
YAML
# This is copied from Cargokit (which is the official way to use it currently)
|
|
# Details: https://fzyzcjy.github.io/flutter_rust_bridge/manual/integrate/builtin
|
|
|
|
# This file configures the static analysis results for your project (errors,
|
|
# warnings, and lints).
|
|
#
|
|
# This enables the 'recommended' set of lints from `package:lints`.
|
|
# This set helps identify many issues that may lead to problems when running
|
|
# or consuming Dart code, and enforces writing Dart using a single, idiomatic
|
|
# style and format.
|
|
#
|
|
# If you want a smaller set of lints you can change this to specify
|
|
# 'package:lints/core.yaml'. These are just the most critical lints
|
|
# (the recommended set includes the core lints).
|
|
# The core lints are also what is used by pub.dev for scoring packages.
|
|
|
|
include: package:lints/recommended.yaml
|
|
|
|
# Uncomment the following section to specify additional rules.
|
|
|
|
linter:
|
|
rules:
|
|
- prefer_relative_imports
|
|
- directives_ordering
|
|
|
|
# analyzer:
|
|
# exclude:
|
|
# - path/to/excluded/files/**
|
|
|
|
# For more information about the core and recommended set of lints, see
|
|
# https://dart.dev/go/core-lints
|
|
|
|
# For additional information about configuring this file, see
|
|
# https://dart.dev/guides/language/analysis-options
|