From 946f5ca130726fa65d7983ee4c6198c1f9b22bba Mon Sep 17 00:00:00 2001 From: OllieJC Date: Thu, 28 Oct 2021 11:03:23 +0100 Subject: [PATCH] Lint fixes --- config.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/config.rb b/config.rb index 9323256d6..65495ef7a 100644 --- a/config.rb +++ b/config.rb @@ -48,8 +48,8 @@ config[:tech_docs] = YAML.load_file(config_file).with_indifferent_access activate :unique_identifier -redirect 'security.txt/index.html', to: 'https://vdp.cabinetoffice.gov.uk/.well-known/security.txt' -redirect '.well-known/security.txt/index.html', to: 'https://vdp.cabinetoffice.gov.uk/.well-known/security.txt' +redirect "security.txt/index.html", to: "https://vdp.cabinetoffice.gov.uk/.well-known/security.txt" +redirect ".well-known/security.txt/index.html", to: "https://vdp.cabinetoffice.gov.uk/.well-known/security.txt" helpers do include GovukTechDocs::ContributionBanner @@ -139,4 +139,3 @@ def active_page(page_path) locals: { overview: ApiCatalogueOverview.new(api_catalogue) }, ignore: true, ) -