Bug 1619956 : Added link to documentation without adding a new command. r=sylvestre

Differential Revision: https://phabricator.services.mozilla.com/D65934

--HG--
extra : moz-landing-system : lando
This commit is contained in:
nemesisBR 2020-03-10 10:26:18 +00:00
parent db31d5b274
commit 257e8f570e

View File

@ -179,6 +179,9 @@ class StaticAnalysis(MachCommandBase):
description='Run C++ static analysis checks')
def static_analysis(self):
# If no arguments are provided, just print a help message.
"""Detailed documentation:
https://firefox-source-docs.mozilla.org/code-quality/static-analysis.html
"""
mach = Mach(os.getcwd())
def populate_context(context, key=None):