Skip to content

Commit c183f17

Browse files
committedJan 25, 2022
lint: all markdown files
1 parent 3986e5a commit c183f17

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed
 

‎.markdownlint.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
line-length: false
3+
no-hard-tabs: false

‎CODE-OF-CONDUCT.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Code of Conduct
2+
13
As contributors and maintainers of this project, and in the interest of fostering an open and welcoming community, we pledge to respect all people who contribute through reporting issues, posting feature requests, updating documentation, submitting pull requests or patches, and other activities.
24

35
We are committed to making participation in this project a harassment-free experience for everyone, regardless of level of experience, gender, gender identity and expression, sexual orientation, disability, personal appearance, body size, race, ethnicity, age, religion, or nationality.
@@ -19,4 +21,4 @@ This code of conduct applies both within project spaces and in public spaces whe
1921

2022
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by opening an issue or contacting one or more of the project maintainers.
2123

22-
This Code of Conduct is adapted from the Contributor Covenant, version 1.2.0, available at https://www.contributor-covenant.org/version/1/2/0/code-of-conduct.html
24+
This Code of Conduct is adapted from the Contributor Covenant, version 1.2.0, available [here](https://www.contributor-covenant.org/version/1/2/0/code-of-conduct.html)

‎CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ In order to protect both you and ourselves, all commits will require an explicit
5656

5757
Sign-off commits end with the following line:
5858

59-
```
59+
```git
6060
Signed-off-by: Random J Developer <random@developer.example.org>
6161
```
6262

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
A command-line client for managing [SpiceDB] and [Authzed].
1111

1212
zed features include:
13+
1314
- Unix-friendly interface for the [v1] Authzed [API]
1415
- Context switching that stores credentials securely in your OS keychain
1516
- An experimental [OPA] REPL with additional builtins for checking permissions
@@ -57,7 +58,6 @@ zed context list
5758

5859
At any point in time, the `ZED_ENDPOINT` and `ZED_TOKEN` environment variables can be used to override their respective values in the current context.
5960

60-
6161
### Viewing & modifying data
6262

6363
For each type of noun used in SpiceDB, there is a zed subcommand:

0 commit comments

Comments
 (0)
Please sign in to comment.