1
0
mirror of https://github.com/h7x4/unofficial_jisho_api_dart.git synced 2024-12-22 03:57:32 +01:00

Update linter rules

This commit is contained in:
Oystein Kristoffer Tveit 2020-06-26 17:45:39 +02:00
parent 88402b2b4d
commit 3f7576e1a9

View File

@ -6,10 +6,10 @@ 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:
# - camel_case_types
linter:
rules:
public_member_api_docs: false
lines_longer_than_80_chars: false
omit_local_variable_types: false
analyzer:
# exclude:
# - path/to/excluded/files/**