| commit | 8108a8863d445d7543621d2ed593b7bfefd720a4 | [log] [tgz] |
|---|---|---|
| author | David Ostrovsky <david@ostrovsky.org> | Thu Feb 25 22:35:03 2021 +0100 |
| committer | David Ostrovsky <david@ostrovsky.org> | Fri Feb 26 08:19:22 2021 +0100 |
| tree | 1c5d8c1baf46bf4e2f2644bbee65a3278602885c | |
| parent | 22c516608dd4952eb8b102166a4a282e27c5f5e3 [diff] |
Bazel: Format BUILD file with buildifier Change-Id: I2ddf3e023694e6581db94e10dafb6e3c36a8e8a8
diff --git a/BUILD b/BUILD index e20978c..1b6857b 100644 --- a/BUILD +++ b/BUILD
@@ -4,12 +4,11 @@ polygerrit_plugin( name = "zuul-results-summary", srcs = glob([ - "zuul-results-summary/*.js" + "zuul-results-summary/*.js", ]), app = "zuul-results-summary/zuul-results-summary.js", ) - # Define the eslinter for the plugin # The eslint macro creates 2 rules: lint_test and lint_bin eslint(