Update linter rules

master
Oystein Kristoffer Tveit 2020-06-26 17:45:39 +02:00
parent 88402b2b4d
commit 3f7576e1a9
1 changed files with 5 additions and 5 deletions

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/**