Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Firefox/tools/lint/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 522 B image not shown  

Quelle  ruff.yml   Sprache: unbekannt

 
---
ruff:
    description: An extremely fast Python linter, written in Rust
    # Excludes should be added to topsrcdir/pyproject.toml
    exclude: []
    # The configure option is used by the build system
    extensions: ["configure", "py"]
    support-files:
        - "**/.ruff.toml"
        - "**/ruff.toml"
        - "**/pyproject.toml"
        - "tools/lint/python/ruff.py"
    # Rules that should result in warnings rather than errors.
    warning-rules: [PLR, PLW]
    type: external
    payload: python.ruff:lint

[ Dauer der Verarbeitung: 0.6 Sekunden  (vorverarbeitet)  ]