Skip to content

Commit 797d63e

Browse files
author
Illia Romanenko
committed
Updated Readme
1 parent 35b7560 commit 797d63e

File tree

3 files changed

+31
-1
lines changed

3 files changed

+31
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.0.2
2+
3+
- Updated readme
4+
15
## 0.0.1
26

37
- Preview

README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,27 @@
11
# Solid Lints
2+
[![style: solid](https://img.shields.io/badge/style-solid-orange)](https://pub.dev/packages/solid_lints)
3+
4+
Flutter/Dart lints configuration based on software engineering industry standards (ISO/IEC, NIST) and best practices.
5+
6+
# Usage
7+
8+
Add dependency in your pubspec.yaml:
9+
10+
```yaml
11+
dev_dependencies:
12+
solid_lints: any
13+
```
14+
15+
And then include `solid_lints` analysis options configuration:
16+
17+
```yaml
18+
include: package:solid_lints/analysis_options.yaml
19+
```
20+
21+
# Badge
22+
23+
To indicate that your project is using Solid Lints, you can use the following badge:
24+
25+
```markdown
26+
[![style: solid](https://img.shields.io/badge/style-solid-orange)](https://pub.dev/packages/solid_lints)
27+
```

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: solid_lints
22
description: Lints for Dart and Flutter based on software industry standards and best practices.
3-
version: 0.0.1
3+
version: 0.0.2
44
homepage: https://github.com/solid-software/solid_lints/
55

66
environment:

0 commit comments

Comments
 (0)