mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-07 09:45:46 -05:00
Merge pull request #976 from coliff/patch-1
Mention that the default branch is usually master or main
This commit is contained in:
commit
3288ecfadc
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ It is a simple combination of various linters, written in `bash`, to help valida
|
||||||
|
|
||||||
**The end goal of this tool:**
|
**The end goal of this tool:**
|
||||||
|
|
||||||
- Prevent broken code from being uploaded to the default branch (_Usually_ `master`)
|
- Prevent broken code from being uploaded to the default branch (_Usually_ `master` or `main`)
|
||||||
- Help establish coding best practices across multiple languages
|
- Help establish coding best practices across multiple languages
|
||||||
- Build guidelines for code layout and format
|
- Build guidelines for code layout and format
|
||||||
- Automate the process to help streamline code reviews
|
- Automate the process to help streamline code reviews
|
||||||
|
|
Loading…
Reference in a new issue