disabled undocumented members lint and added effective dart badge

This commit is contained in:
shilangyu 2020-08-10 23:27:35 +02:00
parent 1e1b3f2469
commit 01dd0c46e4
2 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,6 @@
# lemmur
[![](https://github.com/krawieck/lemmur/workflows/ci/badge.svg)](https://github.com/krawieck/lemmur/actions)
[![style: effective dart](https://img.shields.io/badge/style-effective_dart-40c4ff.svg)](https://pub.dev/packages/effective_dart)
A lemmy mobile client

View File

@ -1 +1,5 @@
include: package:effective_dart/analysis_options.yaml
linter:
rules:
public_member_api_docs: false