Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ plugins:
markdownlint:
enabled: true
exclude_patterns:
- "**/*.x"
- "**/LICENSE"
- "**/generated/"
- "**/examples/"
- "**/spec/"
Expand Down
6 changes: 3 additions & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ root = true
[*]
end_of_line = lf
trim_trailing_whitespace = true
indent_size = 2
indent_style = space
insert_final_newline = true

[*.{rb,js,yml,yaml}]
[*.{rb,rake,js,json,yml,yaml,md}]
charset = utf-8
indent_style = space
indent_size = 2
max_line_length = 120
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ ask contributors to follow so that we can merge your changes quickly.
* <a href="https://docs.google.com/forms/d/1g7EF6PERciwn7zfmfke5Sir2n10yddGGSXyZsq98tVY/viewform?usp=send_form">Sign the Contributor License Agreement</a>
* Push your changes to a topic branch in your fork of the repository.
* Submit a pull request to the corresponding repository in the Stellar organization.
* Include a descriptive [commit message](https://github.com/erlang/otp/wiki/Writing-good-commit-messages).
* Changes contributed via pull request should focus on a single issue at a time.
* Rebase your local changes against the master branch. Resolve any conflicts that arise.
* Include a descriptive [commit message](https://github.com/erlang/otp/wiki/Writing-good-commit-messages).

Check notice

Code scanning / Remark-lint (reported by Codacy)

Warn when the spacing between a list item’s bullet and its content violates

[list-item-indent] Incorrect list-item indent: add 2 spaces
* Changes contributed via pull request should focus on a single issue at a time.

Check notice

Code scanning / Remark-lint (reported by Codacy)

Warn when the spacing between a list item’s bullet and its content violates

[list-item-indent] Incorrect list-item indent: add 2 spaces
* Rebase your local changes against the master branch. Resolve any conflicts that arise.

Check notice

Code scanning / Remark-lint (reported by Codacy)

Warn when the spacing between a list item’s bullet and its content violates

[list-item-indent] Incorrect list-item indent: add 2 spaces

At this point you're waiting on us. We like to at least comment on pull requests within three
business days. We may suggest some changes or improvements or alternatives.
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -285,4 +285,4 @@ DEPENDENCIES
yard-junk

BUNDLED WITH
2.4.15
2.5.5
Loading