From 5a04aaf671cf403223823c7a97fa268f7f39ccf8 Mon Sep 17 00:00:00 2001 From: Terrance DeJesus <99630311+terrancedejesus@users.noreply.github.com> Date: Wed, 24 Aug 2022 14:01:30 -0400 Subject: [PATCH] [Bug] Integrations-Pr Command (Elastic-Package Linting and Version Adjustments) (#2054) * started solution for integrations-pr bug * Update devtools.py * Update detection_rules/devtools.py * Update detection_rules/devtools.py Co-authored-by: Mika Ayenson --- detection_rules/devtools.py | 1 - 1 file changed, 1 deletion(-) diff --git a/detection_rules/devtools.py b/detection_rules/devtools.py index 9073bb257..01460607d 100644 --- a/detection_rules/devtools.py +++ b/detection_rules/devtools.py @@ -541,7 +541,6 @@ def integrations_pr(ctx: click.Context, local_repo: str, token: str, draft: bool os.chdir(prev) elastic_pkg("format") - elastic_pkg("lint") # Upload the files to a branch git("add", pkg_directory)