# Copyright The Linux Foundation and each contributor to LFX.
# SPDX-License-Identifier: MIT
---
extends: default
ignore: |
  .git
  megalinter-reports
rules:
  line-length:
    max: 120
    level: warning
