-
-
Notifications
You must be signed in to change notification settings - Fork 269
Fix grammar in README #6180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix grammar in README #6180
Conversation
✅
|
✅
|
MegaLinter is an **open-source** tool for **CI/CD workflows** that analyzes the **consistency of your code**, **IaC**, **configuration**, and **scripts** in your repository to **ensure all your project sources are clean and formatted**, regardless of the IDE or tools used by your developers. Powered by [**OX Security**](https://www.ox.security/?ref=megalinter). | ||
|
||
Supporting [**65** languages](#languages), [**22** formats](#formats), [**20** tooling formats](#tooling-formats) and **ready to use out of the box**, as a GitHub action or any CI system, **highly configurable** and **free for all uses**. | ||
Supporting [**65** languages](#languages), [**22** formats](#formats), and [**20** tooling formats](#tooling-formats). It is **ready to use out of the box** as a GitHub Action or with any CI system, **highly configurable**, and **free for all uses**. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are these numbers still updated for the next release?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@echoix they are automatically calculated during the build :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
... and i've not updated the grammar in the build script :'(
| **ENV VAR** | **Default Value** | **Notes** | | ||
|---------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | ||
| **ADDITIONAL_EXCLUDED_DIRECTORIES** | \[\] | List of additional excluded directory basenames. they're excluded at any nested level. | | ||
| **ADDITIONAL_EXCLUDED_DIRECTORIES** | \[\] | List of additional excluded directory basenames. They're excluded at any nested level. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All of the changes from these table, are they generated from the json schema or elsewhere, and the changes be made from there?
|
||
- Lint only src folder: `FILTER_REGEX_INCLUDE: (src/)` | ||
- Don't lint files inside test and example folders: `FILTER_REGEX_EXCLUDE: (test/|examples/)` | ||
- Don't lint javascript files inside test folder: `FILTER_REGEX_EXCLUDE: (test/.*\.js)` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is an escape sequence shown in dark red here. Is it correctly written for markdown escaping (there's already backticks)
No description provided.