Skip to content

Commit

Permalink
Update stale comment (#4126)
Browse files Browse the repository at this point in the history
  • Loading branch information
ideaship authored Oct 14, 2024
1 parent 0b24410 commit 431fcf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion megalinter/reporters/ApiReporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class ApiReporter(Reporter):
TRUNCATE_LOKI_CHARS_LENGTH = 5000

def __init__(self, params=None):
# Deactivate Api reporter by default
# Activate Api reporter by default
self.is_active = True
self.processing_order = 20 # Run after text reporter
super().__init__(params)
Expand Down

0 comments on commit 431fcf0

Please sign in to comment.