unofficial_jisho_api_dart/analysis_options.yaml

14 lines
452 B
YAML
Raw Permalink Normal View History

2020-03-08 21:11:32 +01:00
# Defines a default set of lint rules enforced for
# projects at Google. For details and rationale,
# see https://github.com/dart-lang/pedantic#enabled-lints.
2020-06-26 01:59:23 +02:00
# include: package:pedantic/analysis_options.yaml
include: package:effective_dart/analysis_options.yaml
2020-03-08 21:11:32 +01:00
# For lint rules and documentation, see http://dart-lang.github.io/linter/lints.
# Uncomment to specify additional rules.
2020-06-26 17:45:39 +02:00
linter:
rules:
lines_longer_than_80_chars: false
2020-03-08 21:11:32 +01:00
analyzer: