Merge pull request #9 from krawieck/disable-api-docs-lint

Disable undocumented members lint
This commit is contained in:
Filip Krawczyk 2020-08-10 23:33:23 +02:00 committed by GitHub
commit a6a33f1395
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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