ansible.posix/.ansible-lint
saito-hideki c7e6109057 Ignore pylint errors caused by compatibility checks for six
* This is a temporary measure until we stop covering Python2
* Removng standalone ansible-lint tests since it is covered by ansible-test
* Fixing some typos

Signed-off-by: saito-hideki <saito@fgrep.org>
2025-10-01 17:10:45 +09:00

10 lines
408 B
Text

---
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
# SPDX-License-Identifier: GPL-3.0-or-later
# SPDX-FileCopyrightText: 2024, Ansible Project
skip_list:
- meta-runtime[unsupported-version] # This rule doesn't make any sense
- fqcn[deep] # This rule produces false positives for files in tests/unit/plugins/action/fixtures/
exclude_paths:
- changelogs/