mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 02:06:56 -06:00
[Ansible] JFrog Platform 10.0.1 release (#166)
This commit is contained in:
committed by
GitHub
parent
8d5ff07819
commit
37bab36884
53
Ansible/ansible_collections/jfrog/platform/.ansible-lint
Normal file
53
Ansible/ansible_collections/jfrog/platform/.ansible-lint
Normal file
@@ -0,0 +1,53 @@
|
||||
##########################
|
||||
##########################
|
||||
## Ansible Linter rules ##
|
||||
##########################
|
||||
##########################
|
||||
|
||||
#############################
|
||||
# Exclude paths from linter #
|
||||
#############################
|
||||
# exclude_paths:
|
||||
# - .cache/
|
||||
|
||||
########################
|
||||
# Make output parsable #
|
||||
########################
|
||||
parseable: false
|
||||
|
||||
#######################
|
||||
# Set output to quiet #
|
||||
#######################
|
||||
quiet: true
|
||||
|
||||
#####################
|
||||
# Path to rules dir #
|
||||
#####################
|
||||
#rulesdir:
|
||||
|
||||
################
|
||||
# Tags to skip #
|
||||
################
|
||||
skip_list:
|
||||
# - '602' # Allow compare to empty string
|
||||
# - '106' # Role name
|
||||
# - '204' # Allow string length greater than 160 chars
|
||||
# - '301' # False positives for running command shells
|
||||
# - '303' # Allow git commands for push, add, etc...
|
||||
# - '305' # Allow use of shell when you want
|
||||
- '503' # Allow step to run like handler
|
||||
|
||||
##################
|
||||
# Tags to follow #
|
||||
##################
|
||||
#tags:
|
||||
|
||||
#############
|
||||
# Use rules #
|
||||
#############
|
||||
use_default_rules: true
|
||||
|
||||
#################
|
||||
# Set verbosity #
|
||||
#################
|
||||
verbosity: 1
|
||||
Reference in New Issue
Block a user