disabled undocumented members lint and added effective dart badge
This commit is contained in:
parent
1e1b3f2469
commit
01dd0c46e4
|
@ -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
|
||||
|
|
|
@ -1 +1,5 @@
|
|||
include: package:effective_dart/analysis_options.yaml
|
||||
|
||||
linter:
|
||||
rules:
|
||||
public_member_api_docs: false
|
||||
|
|
Loading…
Reference in New Issue