You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CI: Lint all Markdown files in the project (#14937)
Adds globs and ignore rules.
This allows as to lint Markdown files locally by running as simple as:
$ markdownlint-cli2
or automatically fix issues with
$ markdownlint-cli2 --fix
Copy file name to clipboardExpand all lines: CODE_OF_CONDUCT.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
7
7
# Code of Conduct
8
8
9
-
Contact: elixir-lang-conduct@googlegroups.com
9
+
Contact: <elixir-lang-conduct@googlegroups.com>
10
10
11
11
## Why have a Code of Conduct?
12
12
@@ -51,15 +51,15 @@ If you participate in or contribute to the Elixir ecosystem in any way, you are
51
51
52
52
Explicit enforcement of the Code of Conduct applies to the official mediums operated by the Elixir project:
53
53
54
-
* The [official GitHub projects][1] and code reviews.
55
-
* The official elixir-lang mailing lists.
56
-
* The **[#elixir][2]** IRC channel on [Libera.Chat][3].
54
+
* The [official GitHub projects][1] and code reviews.
55
+
* The official elixir-lang mailing lists.
56
+
* The **[#elixir][2]** IRC channel on [Libera.Chat][3].
57
57
58
58
Other Elixir activities (such as conferences, meetups, and unofficial forums) are encouraged to adopt this Code of Conduct. Such groups must provide their own contact information.
59
59
60
60
Project maintainers may block, remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct.
61
61
62
-
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by emailing: elixir-lang-conduct@googlegroups.com. All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. **All reports will be kept confidential**.
62
+
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by emailing: <elixir-lang-conduct@googlegroups.com>. All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. **All reports will be kept confidential**.
63
63
64
64
**The goal of the Code of Conduct is to resolve conflicts in the most harmonious way possible**. We hope that in most cases issues may be resolved through polite discussion and mutual agreement. Bannings and other forceful measures are to be employed only as a last resort. **Do not** post about the issue publicly or try to rally sentiment against a particular individual or group.
Copy file name to clipboardExpand all lines: SECURITY.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ Elixir version | Support
21
21
22
22
## Announcements
23
23
24
-
New releases are announced in the read-only [announcements mailing list](https://groups.google.com/group/elixir-lang-ann). You can subscribe by sending an email to elixir-lang-ann+subscribe@googlegroups.com and replying to the confirmation email. Security notifications [will be tagged with `[security]`](https://groups.google.com/forum/#!searchin/elixir-lang-ann/%5Bsecurity%5D%7Csort:date).
24
+
New releases are announced in the read-only [announcements mailing list](https://groups.google.com/group/elixir-lang-ann). You can subscribe by sending an email to <elixir-lang-ann+subscribe@googlegroups.com> and replying to the confirmation email. Security notifications [will be tagged with `[security]`](https://groups.google.com/forum/#!searchin/elixir-lang-ann/%5Bsecurity%5D%7Csort:date).
25
25
26
26
You may also see [all releases](https://github.com/elixir-lang/elixir/releases) and [consult all disclosed vulnerabilities](https://github.com/elixir-lang/elixir/security) on GitHub.
0 commit comments