From e90e1ae2c217c8a8d89b68605acd342ad474437b Mon Sep 17 00:00:00 2001 From: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com> Date: Fri, 12 Feb 2021 21:02:29 +0000 Subject: [PATCH] core: remove lint dotnet --dry-run option --- azure-pipelines.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 128e86a03..5c130971c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -301,14 +301,14 @@ stages: targetType: inline failOnStderr: true script: | - dotnet-format --dry-run --check --verbosity diagnostic --folder ./src/DateTimeRoutines - dotnet-format --dry-run --check --verbosity diagnostic --folder ./src/Jackett.Common - dotnet-format --dry-run --check --verbosity diagnostic --folder ./src/Jackett.IntegrationTests - dotnet-format --dry-run --check --verbosity diagnostic --folder ./src/Jackett.Server - dotnet-format --dry-run --check --verbosity diagnostic --folder ./src/Jackett.Service - dotnet-format --dry-run --check --verbosity diagnostic --folder ./src/Jackett.Test - dotnet-format --dry-run --check --verbosity diagnostic --folder ./src/Jackett.Tray - dotnet-format --dry-run --check --verbosity diagnostic --folder ./src/Jackett.Updater + dotnet-format --check --verbosity diagnostic --folder ./src/DateTimeRoutines + dotnet-format --check --verbosity diagnostic --folder ./src/Jackett.Common + dotnet-format --check --verbosity diagnostic --folder ./src/Jackett.IntegrationTests + dotnet-format --check --verbosity diagnostic --folder ./src/Jackett.Server + dotnet-format --check --verbosity diagnostic --folder ./src/Jackett.Service + dotnet-format --check --verbosity diagnostic --folder ./src/Jackett.Test + dotnet-format --check --verbosity diagnostic --folder ./src/Jackett.Tray + dotnet-format --check --verbosity diagnostic --folder ./src/Jackett.Updater - job: Linting_YAML displayName: Linting YAML