Skip to content

Commit f599fc7

Browse files
committed
rubocop update
1 parent c2b1b63 commit f599fc7

2 files changed

Lines changed: 1 addition & 11 deletions

File tree

app/config/mrt/menu.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1287,11 +1287,6 @@ items:
12871287
disable: default, docker, ecs-ephemeral, ecs-dbsnapshot
12881288
confmsg: This will run a job in the merritt-ops container
12891289
method: post
1290-
# - title: Run Locust Benchmarks for UI (Alt URL)
1291-
# route: /infra/ecs/tasks/launch/merritt-ops/runLocustBenchmarksUIAlt
1292-
# disable: default, docker, ecs-ephemeral, ecs-dbsnapshot, ecs-dev
1293-
# confmsg: This will run a job in the merritt-ops container
1294-
# method: post
12951290
- title: Purge Test Collections
12961291
route: /infra/ecs/tasks/launch/merritt-ops/runPurgeCollections
12971292
disable: default, docker, ecs-ephemeral, ecs-dbsnapshot, ecs-prd
@@ -1316,11 +1311,6 @@ items:
13161311
route: /infra/ecs/tasks/launch/mrt-integ-tests/runEndToEndTests
13171312
confmsg: This will initiate a task that runs End to End tests
13181313
method: post
1319-
# - title: With Ingest (Alt URL)
1320-
# route: /infra/ecs/tasks/launch/mrt-integ-tests/runEndToEndTestsAlt
1321-
# confmsg: This will initiate a task that runs End to End tests
1322-
# disable: default, docker, ecs-ephemeral, ecs-dbsnapshot, ecs-dev
1323-
# method: post
13241314
- title: Without Ingest
13251315
route: /infra/ecs/tasks/launch/mrt-integ-tests/runEndToEndTestsNoIngest
13261316
confmsg: This will initiate a task that runs End to End tests

app/lib/routes/config.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def self.registered(app)
144144

145145
app.get '/ops/s3-reports/retrieve' do
146146
rpt = request.params.fetch('report', '')
147-
redirect "/ops/s3-reports" if rpt.empty?
147+
redirect '/ops/s3-reports' if rpt.empty?
148148

149149
rpt = URI.decode_www_form_component(rpt)
150150

0 commit comments

Comments
 (0)