Skip to content

Commit

Permalink
Replace Megalinter with MegaLinter label
Browse files Browse the repository at this point in the history
  • Loading branch information
megalinter-bot committed Aug 1, 2023
1 parent c6a3256 commit cb5cab9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
- [Building For Production](#building-for-production)
- [Debugging in VSCode](#debugging-in-vscode)
- [Messages from MegaLinter server](#messages-from-megalinter-server)
- [Start Megalinter analysis](#start-megalinter-analysis)
- [Start MegaLinter analysis](#start-megalinter-analysis)
- [Start Linter analysis](#start-linter-analysis)
- [Complete Linter analysis](#complete-linter-analysis)
- [Complete Megalinter analysis](#complete-megalinter-analysis)
- [Complete MegaLinter analysis](#complete-megalinter-analysis)
- [MegaLinter server error](#megalinter-server-error)

## Development Mode
Expand Down Expand Up @@ -87,7 +87,7 @@ Event-based management of MegaLinter Server can send the following list of messa

Example: `megalinter:pubsub:RQ_cbdd1d82-1e7b-11ee-9258-0242ac120004`

### Start Megalinter analysis
### Start MegaLinter analysis

This message is sent once by analysis, when a **MegaLinter instance has identified the linters to run** and is about to start them.

Expand Down Expand Up @@ -373,7 +373,7 @@ Example of **linterComplete** messageType:
}
```

### Complete Megalinter analysis
### Complete MegaLinter analysis

This message is sent once by analysis, when a **MegaLinter analysis is completed**.

Expand Down
2 changes: 1 addition & 1 deletion packages/app/src/app/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const Footer: FC = () => {
target="_blank"
href="https://megalinter.io/"
>
Megalinter
MegaLinter
</a>
</Typography>
<ToggleThemeButton />
Expand Down

0 comments on commit cb5cab9

Please sign in to comment.