Skip to content

Commit f8569e3

Browse files
committed
format
Signed-off-by: Gregor Zeitlinger <[email protected]>
1 parent e660b76 commit f8569e3

File tree

6 files changed

+5
-6
lines changed

6 files changed

+5
-6
lines changed

.mise/tasks/build-release.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
set -euo pipefail
77

8+
# shellcheck disable=SC2154 # is set by mise
89
VERSION=${usage_tag#v}
910

1011
mise run set-version "$VERSION"

.mise/tasks/set-version.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ set -euo pipefail
99
# '<version>$usage_version</version>' in all pom.xml files in the current directory and
1010
# subdirectories
1111

12+
# shellcheck disable=SC2154 # is set by mise
1213
find . -name 'pom.xml' -exec \
1314
sed -i "s/<version>1.5.0-SNAPSHOT<\/version>/<version>$usage_version<\/version>/g" {} +

.mise/tasks/super-linter.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,3 @@ docker run --rm \
1212
--env-file ".github/super-linter.env" \
1313
-v "$(pwd)":/tmp/lint \
1414
ghcr.io/super-linter/super-linter:latest
15-
16-
popd

.mise/tasks/test_update-benchmarks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
if here not in sys.path:
1212
sys.path.insert(0, here)
1313

14+
1415
class TestRunBenchmarksFiltering(unittest.TestCase):
1516
def setUp(self):
1617
# sample JMH table with mixed-class lines

.mise/tasks/update_benchmarks.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
any <pre>...</pre> blocks containing "thrpt" under the `benchmarks/` module
99
(files such as Java sources with embedded example output in javadocs).
1010
11-
Usage: ./.mise/tasks/update_benchmarks.py [--mvnw ./mvnw] [--module benchmarks] [--java java] [--jmh-args "-f 1 -wi 0 -i 1"]
11+
Usage: ./.mise/tasks/update_benchmarks.py [--mvnw ./mvnw] [--module benchmarks] [--java java]
12+
[--jmh-args "-f 1 -wi 0 -i 1"]
1213
1314
By default this will:
1415
- run the maven wrapper to package the benchmarks: `./mvnw -pl benchmarks -am -DskipTests package`

.shellcheckrc

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)