Skip to content

Commit

Permalink
chore: cleanup analysis config
Browse files Browse the repository at this point in the history
  • Loading branch information
medz committed Dec 30, 2024
1 parent 063e4c6 commit a4cfbe9
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1,28 +1 @@
# 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:
# enable-experiment:
# - inline-class
# 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

0 comments on commit a4cfbe9

Please # to comment.