Skip to content

Commit

Permalink
[MegaLinter] Apply linters fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam authored and megalinter-bot committed Nov 4, 2023
1 parent f7d48b7 commit a5c36e1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions megalinter/flavor_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,7 @@ def list_megalinter_flavors():
"dotnetweb": {
"label": "Optimized for C, C++, C# or VB based projects with JS/TS"
},
"formatters": {
"label": "Contains only formatters"
},
"formatters": {"label": "Contains only formatters"},
"go": {"label": "Optimized for GO based projects"},
"java": {"label": "Optimized for JAVA based projects"},
"javascript": {
Expand Down

0 comments on commit a5c36e1

Please sign in to comment.