mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-10 14:45:28 +01:00
* This is a temporary measure until we stop covering Python2 * Skipped sanity[cannot-ignore] to keep backward compatibility with Python2 * Consolidate all ansible-lint option locations into .ansible-lint * Fixed some typos Signed-off-by: saito-hideki <saito@fgrep.org>
11 lines
503 B
Text
11 lines
503 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/
|
|
- sanity[cannot-ignore] # This rule is skipped to keep backward compatibility with Python 2
|
|
exclude_paths:
|
|
- changelogs/
|