Unverified Commit 3a6f5509 authored by Tom Moulard's avatar Tom Moulard
Browse files

fix: lint

parent fc2deeee
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
version: 2
updates:
  # Maintain dependencies for GitHub Actions
  - package-ecosystem: "github-actions"
    directory: "/"
  - package-ecosystem: 'github-actions'
    directory: '/'
    schedule:
      interval: "weekly"
      interval: 'weekly'
+6 −2
Original line number Diff line number Diff line
# yaml-language-server: $schema=https://json.schemastore.org/yamllint.json
# ref: https://yamllint.readthedocs.io/en/stable/configuration.html

extends: 'default'
@@ -14,7 +15,6 @@ ignore: |
  .git/
  peertube/config/default.yaml
  test_config.yml
# .github/

# https://yamllint.readthedocs.io/en/stable/rules.html
rules:
@@ -27,7 +27,11 @@ rules:
    ignore:
      - '.github/workflows/healthcheck.workflow.tmpl.yml'
      - '.github/workflows/dockerpublish.yml'
  truthy: 'enable'
  truthy:
    allowed-values:
      - 'false'
      - 'on'
      - 'true'
  indentation:
    spaces: 2
  empty-values: 'enable'
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ services:
     --NotebookApp.password=''
    # removing token & password to enable traefik auth
    environment:
      JUPYTER_ENABLE_LAB: 'yes' # yamllint disable-line rule:truthy
      JUPYTER_ENABLE_LAB: 'yes'
    labels:
      traefik.enable: true
      traefik.http.routers.jupyter.middlewares: 'basic_auth@docker'
+18 −18

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.