Skip to content

Commit 038b1d5

Browse files
authored
Fix grammar in README (#6180)
* Fix grammar in README * [MegaLinter] Apply linters fixes * fix grammar in build script * lint fixes --------- Co-authored-by: nvuillam <[email protected]>
1 parent f0270e7 commit 038b1d5

File tree

2 files changed

+243
-224
lines changed

2 files changed

+243
-224
lines changed

.automation/build.py

Lines changed: 39 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -932,29 +932,48 @@ def generate_documentation():
932932
)
933933
# Update welcome phrase
934934
welcome_phrase = (
935-
"MegaLinter is an **Open-Source** tool for **CI/CD workflows** "
935+
"MegaLinter is an **open-source** tool for **CI/CD workflows** "
936936
+ "that analyzes the **consistency of your "
937-
+ "code**, **IAC**, **configuration**, and **scripts** in your repository "
938-
+ "sources, to **ensure all your projects "
939-
+ "sources are clean and formatted** whatever IDE/toolbox is used by "
940-
+ "their developers, powered by [**OX Security**](https://www.ox.security/?ref=megalinter).\n\n"
941-
+ f"Supporting [**{len(linters_by_type['language'])}** languages]"
937+
+ "code**, **IaC**, **configuration**, and **scripts** in your repository "
938+
+ "to **ensure all your project sources are clean and formatted**, no matter which IDE or toolbox is used by "
939+
+ "your developers. Powered by [**OX Security**](https://www.ox.security/?ref=megalinter).\n\n"
940+
+ f"Supports [**{len(linters_by_type['language'])}** languages]"
942941
+ "(#languages), "
943942
+ f"[**{len(linters_by_type['format'])}** formats](#formats), "
944-
+ f"[**{len(linters_by_type['tooling_format'])}** tooling formats](#tooling-formats) "
945-
+ "and **ready to use out of the box**, as a GitHub action or any CI system, "
946-
+ "**highly configurable** and **free for all uses**.\n\n"
947-
+ "MegaLinter has **native integrations** with many of the major CI/CD tools of the market.\n\n"
948-
+ "[![GitHub](https://github.com/oxsecurity/megalinter/blob/main/docs/assets/icons/integrations/github.png?raw=true>)](https://github.com/oxsecurity/megalinter/tree/main/docs/reporters/GitHubCommentReporter.md)\n" # noqa: E501
949-
+ "[![Gitlab](https://github.com/oxsecurity/megalinter/blob/main/docs/assets/icons/integrations/gitlab.png?raw=true>)](https://github.com/oxsecurity/megalinter/tree/main/docs/reporters/GitlabCommentReporter.md)\n" # noqa: E501
950-
+ "[![Azure](https://github.com/oxsecurity/megalinter/blob/main/docs/assets/icons/integrations/azure.png?raw=true>)](https://github.com/oxsecurity/megalinter/tree/main/docs/reporters/AzureCommentReporter.md)\n" # noqa: E501
951-
+ "[![Bitbucket](https://github.com/oxsecurity/megalinter/blob/main/docs/assets/icons/integrations/bitbucket.png?raw=true>)](https://github.com/oxsecurity/megalinter/tree/main/docs/reporters/BitbucketCommentReporter.md)\n" # noqa: E501
952-
+ "[![Jenkins](https://github.com/oxsecurity/megalinter/blob/main/docs/assets/icons/integrations/jenkins.png?raw=true>)](https://github.com/oxsecurity/megalinter/tree/main/docs/install-jenkins.md)\n" # noqa: E501
953-
+ "[![Drone](https://github.com/oxsecurity/megalinter/blob/main/docs/assets/icons/integrations/drone.png?raw=true>)](https://github.com/oxsecurity/megalinter/tree/main/docs/install-drone.md)\n" # noqa: E501
954-
+ "[![Concourse](https://github.com/oxsecurity/megalinter/blob/main/docs/assets/icons/integrations/concourse.png?raw=true>)](https://github.com/oxsecurity/megalinter/tree/main/docs/install-concourse.md)\n" # noqa: E501
955-
+ "[![Docker](https://github.com/oxsecurity/megalinter/blob/main/docs/assets/icons/integrations/docker.png?raw=true>)](https://github.com/oxsecurity/megalinter/tree/main/docs/install-docker.md)\n" # noqa: E501
956-
+ "[![SARIF](https://github.com/oxsecurity/megalinter/blob/main/docs/assets/icons/integrations/sarif.png?raw=true>)](https://github.com/oxsecurity/megalinter/tree/main/docs/reporters/SarifReporter.md)\n" # noqa: E501
957-
+ "[![Grafana](https://github.com/oxsecurity/megalinter/blob/main/docs/assets/icons/integrations/grafana.png?raw=true>)](https://github.com/oxsecurity/megalinter/tree/main/docs/reporters/ApiReporter.md)\n\n" # noqa: E501
943+
+ f"[**{len(linters_by_type['tooling_format'])}** tooling formats](#tooling-formats), "
944+
+ "and is **ready to use out of the box** as a GitHub Action or with any CI system. "
945+
+ "It is **highly configurable** and **free for all uses**.\n\n"
946+
+ "MegaLinter has **native integrations** with many major CI/CD tools.\n\n"
947+
+ "[![GitHub]("
948+
+ "https://github.com/oxsecurity/megalinter/blob/main/docs/assets/icons/integrations/github.png?raw=true>)]("
949+
+ "https://github.com/oxsecurity/megalinter/tree/main/docs/reporters/GitHubCommentReporter.md)\n"
950+
+ "[![GitLab]("
951+
+ "https://github.com/oxsecurity/megalinter/blob/main/docs/assets/icons/integrations/gitlab.png?raw=true>)]("
952+
+ "https://github.com/oxsecurity/megalinter/tree/main/docs/reporters/GitlabCommentReporter.md)\n"
953+
+ "[![Azure]("
954+
+ "https://github.com/oxsecurity/megalinter/blob/main/docs/assets/icons/integrations/azure.png?raw=true>)]("
955+
+ "https://github.com/oxsecurity/megalinter/tree/main/docs/reporters/AzureCommentReporter.md)\n"
956+
+ "[![Bitbucket]("
957+
+ "https://github.com/oxsecurity/megalinter/blob/main/docs/assets/icons/integrations/bitbucket.png?raw=true>)]("
958+
+ "https://github.com/oxsecurity/megalinter/tree/main/docs/reporters/BitbucketCommentReporter.md)\n"
959+
+ "[![Jenkins]("
960+
+ "https://github.com/oxsecurity/megalinter/blob/main/docs/assets/icons/integrations/jenkins.png?raw=true>)]("
961+
+ "https://github.com/oxsecurity/megalinter/tree/main/docs/install-jenkins.md)\n"
962+
+ "[![Drone]("
963+
+ "https://github.com/oxsecurity/megalinter/blob/main/docs/assets/icons/integrations/drone.png?raw=true>)]("
964+
+ "https://github.com/oxsecurity/megalinter/tree/main/docs/install-drone.md)\n"
965+
+ "[![Concourse]("
966+
+ "https://github.com/oxsecurity/megalinter/blob/main/docs/assets/icons/integrations/concourse.png?raw=true>)]("
967+
+ "https://github.com/oxsecurity/megalinter/tree/main/docs/install-concourse.md)\n"
968+
+ "[![Docker]("
969+
+ "https://github.com/oxsecurity/megalinter/blob/main/docs/assets/icons/integrations/docker.png?raw=true>)]("
970+
+ "https://github.com/oxsecurity/megalinter/tree/main/docs/install-docker.md)\n"
971+
+ "[![SARIF]("
972+
+ "https://github.com/oxsecurity/megalinter/blob/main/docs/assets/icons/integrations/sarif.png?raw=true>)]("
973+
+ "https://github.com/oxsecurity/megalinter/tree/main/docs/reporters/SarifReporter.md)\n"
974+
+ "[![Grafana]("
975+
+ "https://github.com/oxsecurity/megalinter/blob/main/docs/assets/icons/integrations/grafana.png?raw=true>)]("
976+
+ "https://github.com/oxsecurity/megalinter/tree/main/docs/reporters/ApiReporter.md)\n\n"
958977
)
959978
# Update README.md file
960979
replace_in_file(

0 commit comments

Comments
 (0)