Skip to content

Commit

Permalink
Merge commit 'ef78f6ed0cc7739316ae7e2813ab371b12cea7f5' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
mmkal committed Sep 17, 2021
2 parents fa3bc19 + ef78f6e commit f3f38d3
Show file tree
Hide file tree
Showing 122 changed files with 5,966 additions and 1,691 deletions.
2 changes: 2 additions & 0 deletions docs/redis-doc/.github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Install aspell
run: sudo apt-get install aspell
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
Expand Down
8 changes: 6 additions & 2 deletions docs/redis-doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,10 @@ Returns all keys matching the given pattern.

Please use the following formatting rules:

* Wrap lines to 80 characters.
* No need for manual lines wrapping at any specific length, doing so usually
means that adding a word creates a cascade effect and changes other lines.
* Please avoid writing lines that are too long, this makes the diff harder to
review when only one word is changed.
* Start every sentence on a new line.

Luckily, this repository comes with an automated Markdown formatter.
Expand All @@ -82,11 +85,12 @@ The formatter has the following dependencies:
* Redcarpet
* Nokogiri
* The `par` tool
* batch

Installation of the Ruby gems:

```
gem install redcarpet nokogiri
gem install redcarpet nokogiri batch
```

Installation of par (OSX):
Expand Down

0 comments on commit f3f38d3

Please sign in to comment.