super-linter / super-linter

Combination of multiple linters to run as a GitHub Action or standalone
https://github.com/super-linter/super-linter
MIT License
9.54k stars 973 forks source link

Need details about Ansible Code Linting setup. #6270

Closed Shubhij12 closed 1 month ago

Shubhij12 commented 1 month ago

Is there an existing issue for this?

Current Behavior

When setting up Ansible code linting, it is advised to create a dedicated directory for Ansible, referred to as 'ANSIBLE_DIRECTORY' variable to' /ansible'. I would like to clarify whether this directory is intended solely for ansible config files or if it can also accommodate other YAML files. If it can include additional files, I would like to know if it is limited to YAML formats or if other file types are permissible as well[.ps1,.py]. Additionally, I seek to understand the rationale behind establishing a separate directory for Ansible.

Expected Behavior

Is it possible to include All Code languages in single directory?

Anything else?

No response