Skip to content
Closed
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: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Here are some of the guidelines we follow:
- Each file, with few exceptions, should end with an empty line.
- In most cases, the maximum line length should not exceed 120 characters to make the code more readable.
- We use [yamllint](https://yamllint.readthedocs.io) to lint our *yaml* files. You can find the configuration file
[here](https://github.com/LizardByte/.github/blob/master/yamllint-config.yml) in our *.github* repository.
[here](https://github.com/LizardByte/.github/blob/master/.yamllint.yml) in our *.github* repository.
- We use [CodeQL](https://codeql.github.com/) and [SonarCloud](https://sonarcloud.io/) to analyze our codebases.
There will be a comment on your PR indicating if there are any issues that need to be addressed.
Please address these issues if reasonable.
Expand Down