summaryrefslogtreecommitdiff
path: root/impls/monero.dart/analysis_options.yaml
diff options
context:
space:
mode:
authorcyan <cyjan@mrcyjanek.net>2024-07-30 14:05:19 +0200
committerGitHub <noreply@github.com>2024-07-30 14:05:19 +0200
commit3b9928a665099f10cfd7e17f82cdf222e9f3ae27 (patch)
tree162c19a77786e51304705200d11dc7cfd7da06dd /impls/monero.dart/analysis_options.yaml
parent734662a597d9684f30cb46d20134d52d3631b712 (diff)
Embed monero.dart into monero_c (#16)
Diffstat (limited to 'impls/monero.dart/analysis_options.yaml')
-rw-r--r--impls/monero.dart/analysis_options.yaml30
1 files changed, 30 insertions, 0 deletions
diff --git a/impls/monero.dart/analysis_options.yaml b/impls/monero.dart/analysis_options.yaml
new file mode 100644
index 0000000..dee8927
--- /dev/null
+++ b/impls/monero.dart/analysis_options.yaml
@@ -0,0 +1,30 @@
+# 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:
+# - camel_case_types
+
+# 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