1
0
mirror of https://github.com/h7x4/unofficial_jisho_api_dart.git synced 2025-01-22 09:14:47 +01:00
unofficial_jisho_api_dart/analysis_options.yaml
2020-06-26 17:45:39 +02:00

16 lines
523 B
YAML

# 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.
# include: package:pedantic/analysis_options.yaml
include: package:effective_dart/analysis_options.yaml
# For lint rules and documentation, see http://dart-lang.github.io/linter/lints.
# Uncomment to specify additional rules.
linter:
rules:
public_member_api_docs: false
lines_longer_than_80_chars: false
omit_local_variable_types: false
analyzer: