From 01dd0c46e457c57be1f8c8d77bb67bca581e241c Mon Sep 17 00:00:00 2001 From: shilangyu Date: Mon, 10 Aug 2020 23:27:35 +0200 Subject: [PATCH] disabled undocumented members lint and added effective dart badge --- README.md | 1 + analysis_options.yaml | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/README.md b/README.md index 1ae4b24..e2123c4 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/analysis_options.yaml b/analysis_options.yaml index d3ee447..05557e9 100644 --- a/analysis_options.yaml +++ b/analysis_options.yaml @@ -1 +1,5 @@ include: package:effective_dart/analysis_options.yaml + +linter: + rules: + public_member_api_docs: false