Mention that the default branch is usually master or main

Since 'main' is the now the default for new repos moving forward.
This commit is contained in:
Christian Oliff 2020-11-09 16:16:07 +09:00 committed by GitHub
parent 91d2f937fa
commit 48be2ed961
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@ It is a simple combination of various linters, written in `bash`, to help valida
**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
- Build guidelines for code layout and format
- Automate the process to help streamline code reviews