From 0d9711bfab217f45fbba86899e19017d5fb834b2 Mon Sep 17 00:00:00 2001 From: Eric Nemchik Date: Sun, 31 Mar 2024 19:12:01 -0500 Subject: [PATCH] style: :lipstick: format yaml files Signed-off-by: Eric Nemchik --- .github/labeler.yml | 57 ++++++++++++++++++++++------- .github/workflows/conflicts.yml | 1 - .github/workflows/deploy.yml | 2 - .gitignore | 14 +++---- docs/.pages | 22 +++++------ docs/Bazarr/.pages | 10 ++--- docs/Downloaders/.pages | 12 +++--- docs/Downloaders/NZBGet/.pages | 6 +-- docs/Downloaders/SABnzbd/.pages | 6 +-- docs/Downloaders/qBittorrent/.pages | 12 +++--- docs/Guide-Sync/.pages | 2 +- docs/Hardlinks/.pages | 10 ++--- docs/Misc/.pages | 8 ++-- docs/Plex/.pages | 10 ++--- docs/Prowlarr/.pages | 8 ++-- docs/Radarr/.pages | 22 +++++------ docs/Recyclarr/.pages | 4 +- docs/Sonarr/.pages | 28 +++++++------- 18 files changed, 131 insertions(+), 103 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 04779aa08..23e8ec56b 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,39 +1,70 @@ "Area: Bazarr": - changed-files: - - any-glob-to-any-file: ['docs/Bazarr/**'] + - any-glob-to-any-file: ["docs/Bazarr/**"] "Area: Dependencies": - changed-files: - - any-glob-to-any-file: ['package.json', 'package-lock.json'] + - any-glob-to-any-file: ["package.json", "package-lock.json"] "Area: Downloaders": - changed-files: - - any-glob-to-any-file: ['docs/Downloaders/**'] + - any-glob-to-any-file: ["docs/Downloaders/**"] "Area: Plex": - changed-files: - - any-glob-to-any-file: ['docs/Plex/**'] + - any-glob-to-any-file: ["docs/Plex/**"] "Area: Prowlarr": - changed-files: - - any-glob-to-any-file: ['docs/Prowlarr/**'] + - any-glob-to-any-file: ["docs/Prowlarr/**"] "Area: Radarr": - changed-files: - - any-glob-to-any-file: ['docs/json/radarr/cf/**', 'docs/json/radarr/quality-size/**', 'docs/json/radarr/naming/**', 'docs/Radarr/**'] + - any-glob-to-any-file: + [ + "docs/json/radarr/cf/**", + "docs/json/radarr/quality-size/**", + "docs/json/radarr/naming/**", + "docs/Radarr/**", + ] "Area: Recyclarr": - changed-files: - - any-glob-to-any-file: ['docs/recyclarr-configs/**'] + - any-glob-to-any-file: ["docs/recyclarr-configs/**"] "Area: Sonarr": - changed-files: - - any-glob-to-any-file: ['docs/json/sonarr/rp/**', 'docs/json/sonarr/cf/**', 'docs/json/sonarr/quality-size/**', 'docs/json/sonarr/naming/**', 'docs/Sonarr/**'] + - any-glob-to-any-file: + [ + "docs/json/sonarr/rp/**", + "docs/json/sonarr/cf/**", + "docs/json/sonarr/quality-size/**", + "docs/json/sonarr/naming/**", + "docs/Sonarr/**", + ] "Area: Starr Custom Formats": - changed-files: - - any-glob-to-any-file: ['docs/json/radarr/cf/**', 'docs/json/sonarr/cf/**'] + - any-glob-to-any-file: + ["docs/json/radarr/cf/**", "docs/json/sonarr/cf/**"] "Area: Starr Naming": - changed-files: - - any-glob-to-any-file: ['docs/json/radarr/naming/**', 'docs/json/sonarr/naming/**'] + - any-glob-to-any-file: + ["docs/json/radarr/naming/**", "docs/json/sonarr/naming/**"] "Area: github_actions": - changed-files: - - any-glob-to-any-file: ['.github/workflows/**', '.github/dependabot.yml', '.github/labeler.yml', '.github/stale.yml'] + - any-glob-to-any-file: + [ + ".github/workflows/**", + ".github/dependabot.yml", + ".github/labeler.yml", + ".github/stale.yml", + ] "Area: python": - changed-files: - - any-glob-to-any-file: ['**/*.py'] + - any-glob-to-any-file: ["**/*.py"] "Area: Backend": - changed-files: - - any-glob-to-any-file: ['docs/**/*.md', '!docs/Bazarr/**', '!docs/Downloaders/**', '!docs/Plex/**', '!docs/Prowlarr/**', '!docs/Radarr/**', '!docs/recyclarr-configs/**', '!docs/Sonarr/**'] + - any-glob-to-any-file: + [ + "docs/**/*.md", + "!docs/Bazarr/**", + "!docs/Downloaders/**", + "!docs/Plex/**", + "!docs/Prowlarr/**", + "!docs/Radarr/**", + "!docs/recyclarr-configs/**", + "!docs/Sonarr/**", + ] diff --git a/.github/workflows/conflicts.yml b/.github/workflows/conflicts.yml index f1a7b67b4..5ba0cef9e 100644 --- a/.github/workflows/conflicts.yml +++ b/.github/workflows/conflicts.yml @@ -6,7 +6,6 @@ on: - main pull_request: - jobs: triage: runs-on: ubuntu-latest diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 09910da24..e2fbca3b7 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -6,9 +6,7 @@ on: - main pull_request: - jobs: - build: name: Build docs runs-on: ubuntu-latest diff --git a/.gitignore b/.gitignore index 8c03e9676..542a14462 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ -.cache -venv/ -mkdocs-dev-server.bat -site/ -/docs/Notifiarr/preview.bat -/docs/Notifiarr/Integrations/_TEMPLATE.md -/includes/flowcharts/.$radarr-flowchart.drawio.bkp +.cache +venv/ +mkdocs-dev-server.bat +site/ +/docs/Notifiarr/preview.bat +/docs/Notifiarr/Integrations/_TEMPLATE.md +/includes/flowcharts/.$radarr-flowchart.drawio.bkp diff --git a/docs/.pages b/docs/.pages index fd2c79f68..2daceaa80 100644 --- a/docs/.pages +++ b/docs/.pages @@ -1,12 +1,12 @@ nav: - - Home: index.md - - Radarr - - Sonarr - - Prowlarr - - Bazarr - - Downloaders - - Plex - - Guide-Sync - - Misc - - Hardlinks - - How-to-setup-for: Hardlinks/How-to-setup-for + - Home: index.md + - Radarr + - Sonarr + - Prowlarr + - Bazarr + - Downloaders + - Plex + - Guide-Sync + - Misc + - Hardlinks + - How-to-setup-for: Hardlinks/How-to-setup-for diff --git a/docs/Bazarr/.pages b/docs/Bazarr/.pages index 16f3360c0..3725fba6e 100644 --- a/docs/Bazarr/.pages +++ b/docs/Bazarr/.pages @@ -1,6 +1,6 @@ nav: - - Home: index.md - - Basic-Guide: Setup-Guide.md - - After Install Configuration: After-install-configuration.md - - Scripts: /Bazarr/scripts/ - - Tips \ No newline at end of file + - Home: index.md + - Basic-Guide: Setup-Guide.md + - After Install Configuration: After-install-configuration.md + - Scripts: /Bazarr/scripts/ + - Tips diff --git a/docs/Downloaders/.pages b/docs/Downloaders/.pages index 0ef29032d..159119ec7 100644 --- a/docs/Downloaders/.pages +++ b/docs/Downloaders/.pages @@ -1,7 +1,7 @@ nav: - - Home: index.md - - NZBGet - - SABnzbd - - qBittorrent - - Deluge - - ruTorrent + - Home: index.md + - NZBGet + - SABnzbd + - qBittorrent + - Deluge + - ruTorrent diff --git a/docs/Downloaders/NZBGet/.pages b/docs/Downloaders/NZBGet/.pages index ab65d0ac7..d57b1cadd 100644 --- a/docs/Downloaders/NZBGet/.pages +++ b/docs/Downloaders/NZBGet/.pages @@ -1,4 +1,4 @@ nav: - - Basic-Setup: Basic-Setup.md - - Path and Categories: Paths-and-Categories.md - - Scripts: /Downloaders/NZBGet/scripts/ \ No newline at end of file + - Basic-Setup: Basic-Setup.md + - Path and Categories: Paths-and-Categories.md + - Scripts: /Downloaders/NZBGet/scripts/ diff --git a/docs/Downloaders/SABnzbd/.pages b/docs/Downloaders/SABnzbd/.pages index ba5470999..946cdd5c0 100644 --- a/docs/Downloaders/SABnzbd/.pages +++ b/docs/Downloaders/SABnzbd/.pages @@ -1,4 +1,4 @@ nav: - - Basic-Setup: Basic-Setup.md - - Path and Categories: Paths-and-Categories.md - - Scripts: /Downloaders/SABnzbd/scripts/ \ No newline at end of file + - Basic-Setup: Basic-Setup.md + - Path and Categories: Paths-and-Categories.md + - Scripts: /Downloaders/SABnzbd/scripts/ diff --git a/docs/Downloaders/qBittorrent/.pages b/docs/Downloaders/qBittorrent/.pages index 560d08e77..dc4348e50 100644 --- a/docs/Downloaders/qBittorrent/.pages +++ b/docs/Downloaders/qBittorrent/.pages @@ -1,7 +1,7 @@ nav: - - Basic-Setup: Basic-Setup.md - - Paths: Paths.md - - How to add Categories: How-to-add-categories.md - - Port forwarding: Port-forwarding.md - - 3rd Party tools: 3rd-party-tools.md - - Tips + - Basic-Setup: Basic-Setup.md + - Paths: Paths.md + - How to add Categories: How-to-add-categories.md + - Port forwarding: Port-forwarding.md + - 3rd Party tools: 3rd-party-tools.md + - Tips diff --git a/docs/Guide-Sync/.pages b/docs/Guide-Sync/.pages index 8340a7049..c6a0b2b5c 100644 --- a/docs/Guide-Sync/.pages +++ b/docs/Guide-Sync/.pages @@ -1,2 +1,2 @@ nav: - - Home: index.md + - Home: index.md diff --git a/docs/Hardlinks/.pages b/docs/Hardlinks/.pages index a01a3c03d..60d28d24c 100644 --- a/docs/Hardlinks/.pages +++ b/docs/Hardlinks/.pages @@ -1,6 +1,6 @@ nav: - - Hardlinks - Atomic Moves: Hardlinks-and-Instant-Moves.md - - How-to-setup-for - - Examples: Examples.md - - Check if hardlinks are working: Check-if-hardlinks-are-working.md - - Replace copies with hardlinks: Replace-copies-with-hardlinks.md + - Hardlinks - Atomic Moves: Hardlinks-and-Instant-Moves.md + - How-to-setup-for + - Examples: Examples.md + - Check if hardlinks are working: Check-if-hardlinks-are-working.md + - Replace copies with hardlinks: Replace-copies-with-hardlinks.md diff --git a/docs/Misc/.pages b/docs/Misc/.pages index d3c1fbd82..7471e150d 100644 --- a/docs/Misc/.pages +++ b/docs/Misc/.pages @@ -1,5 +1,5 @@ nav: - - Home: index.md - - How to provide a docker compose: how-to-provide-a-docker-compose.md - - Setup TorGuard for port forwarding: How-to-setup-Torguard-for-port-forwarding.md - - x265-4k and Golden Rule: x265-4k.md + - Home: index.md + - How to provide a docker compose: how-to-provide-a-docker-compose.md + - Setup TorGuard for port forwarding: How-to-setup-Torguard-for-port-forwarding.md + - x265-4k and Golden Rule: x265-4k.md diff --git a/docs/Plex/.pages b/docs/Plex/.pages index 66ecf3f78..aa0462d08 100644 --- a/docs/Plex/.pages +++ b/docs/Plex/.pages @@ -1,6 +1,6 @@ nav: - - Home: index.md - - Suggested Plex Media Server Settings: /Plex/Tips/Plex-media-server/ - - Optimal Plex Client Settings: /Plex/Tips/Optimal-plex-client-settings/ - - Stop 4k Video Transcoding: /Plex/Tips/4k-transcoding/ - - Profiles: /Plex/profiles/ + - Home: index.md + - Suggested Plex Media Server Settings: /Plex/Tips/Plex-media-server/ + - Optimal Plex Client Settings: /Plex/Tips/Optimal-plex-client-settings/ + - Stop 4k Video Transcoding: /Plex/Tips/4k-transcoding/ + - Profiles: /Plex/profiles/ diff --git a/docs/Prowlarr/.pages b/docs/Prowlarr/.pages index 3853877e0..ab94b2479 100644 --- a/docs/Prowlarr/.pages +++ b/docs/Prowlarr/.pages @@ -1,5 +1,5 @@ nav: - - Home: index.md - - How to setup proxy for certain indexers: prowlarr-setup-proxy.md - - How to setup FlareSolverr: prowlarr-setup-flaresolverr.md - - How to setup indexers with limited API: prowlarr-setup-limited-api.md + - Home: index.md + - How to setup proxy for certain indexers: prowlarr-setup-proxy.md + - How to setup FlareSolverr: prowlarr-setup-flaresolverr.md + - How to setup indexers with limited API: prowlarr-setup-limited-api.md diff --git a/docs/Radarr/.pages b/docs/Radarr/.pages index 986e2fffd..aaea86db3 100644 --- a/docs/Radarr/.pages +++ b/docs/Radarr/.pages @@ -1,12 +1,12 @@ nav: - - Home: index.md - - Quality Settings (File Size): Radarr-Quality-Settings-File-Size.md - - Recommended naming scheme: Radarr-recommended-naming-scheme.md - - How to import Custom Formats: Radarr-import-custom-formats.md - - How to Update Custom Formats: Radarr-how-to-update-custom-formats.md - - How to setup Quality Profiles: radarr-setup-quality-profiles.md - - How to setup Quality Profiles (Anime): radarr-setup-quality-profiles-anime.md - - How to setup Quality Profiles (French): radarr-setup-quality-profiles-french-en.md - - Collection of Custom Formats: Radarr-collection-of-custom-formats.md - - Remote Path Mappings explained: Radarr-remote-path-mapping.md - - Tips + - Home: index.md + - Quality Settings (File Size): Radarr-Quality-Settings-File-Size.md + - Recommended naming scheme: Radarr-recommended-naming-scheme.md + - How to import Custom Formats: Radarr-import-custom-formats.md + - How to Update Custom Formats: Radarr-how-to-update-custom-formats.md + - How to setup Quality Profiles: radarr-setup-quality-profiles.md + - How to setup Quality Profiles (Anime): radarr-setup-quality-profiles-anime.md + - How to setup Quality Profiles (French): radarr-setup-quality-profiles-french-en.md + - Collection of Custom Formats: Radarr-collection-of-custom-formats.md + - Remote Path Mappings explained: Radarr-remote-path-mapping.md + - Tips diff --git a/docs/Recyclarr/.pages b/docs/Recyclarr/.pages index cdddc80e7..144e39f6e 100644 --- a/docs/Recyclarr/.pages +++ b/docs/Recyclarr/.pages @@ -1,3 +1,3 @@ nav: - - Home: index.md - - Collection of configs: recyclarr-configs.md + - Home: index.md + - Collection of configs: recyclarr-configs.md diff --git a/docs/Sonarr/.pages b/docs/Sonarr/.pages index 08705172d..094cb3ad8 100644 --- a/docs/Sonarr/.pages +++ b/docs/Sonarr/.pages @@ -1,15 +1,15 @@ nav: - - Home: index.md - - Quality Settings (File Size): Sonarr-Quality-Settings-File-Size.md - - Recommended naming scheme: Sonarr-recommended-naming-scheme.md - - How to import Custom Formats: sonarr-import-custom-formats.md - - How to Update Custom Formats: sonarr-how-to-update-custom-formats.md - - How to setup Quality Profiles: sonarr-setup-quality-profiles.md - - How to setup Quality Profiles (Anime): sonarr-setup-quality-profiles-anime.md - - How to setup Quality Profiles (French): sonarr-setup-quality-profiles-french-en.md - - Collection of Custom Formats: sonarr-collection-of-custom-formats.md - - Remote Path Mappings explained: Sonarr-remote-path-mapping.md - - Sonarr v3 (Legacy): - - Release Profile RegEx (WEB-DL): Sonarr-Release-Profile-RegEx.md - - Release Profile RegEx (Anime): Sonarr-Release-Profile-RegEx-Anime.md - - Tips + - Home: index.md + - Quality Settings (File Size): Sonarr-Quality-Settings-File-Size.md + - Recommended naming scheme: Sonarr-recommended-naming-scheme.md + - How to import Custom Formats: sonarr-import-custom-formats.md + - How to Update Custom Formats: sonarr-how-to-update-custom-formats.md + - How to setup Quality Profiles: sonarr-setup-quality-profiles.md + - How to setup Quality Profiles (Anime): sonarr-setup-quality-profiles-anime.md + - How to setup Quality Profiles (French): sonarr-setup-quality-profiles-french-en.md + - Collection of Custom Formats: sonarr-collection-of-custom-formats.md + - Remote Path Mappings explained: Sonarr-remote-path-mapping.md + - Sonarr v3 (Legacy): + - Release Profile RegEx (WEB-DL): Sonarr-Release-Profile-RegEx.md + - Release Profile RegEx (Anime): Sonarr-Release-Profile-RegEx-Anime.md + - Tips