You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To achieve this we'll break the work into two or more iterations. The first iteration will encompass the following:
Develop an understanding of the following: how to use Ansible Lint, how Ansible Lint analyzes the YAML files found in a role directory structure, how to write custom rules
Copy rules from Ansible Lint. Any rules from Ansible Lint that we want to use for analyzing and scoring Galaxy content, copy to galaxy-lint-rules, and assign a 'GALAXY*' id value. All rules that will be applied by Galaxy must live in galaxy-lint-rules, so that we can in the future associate them to our scoring algorithm and thoroughly document.
Based on https://docs.google.com/document/d/1pOS_l0B_xz5MqLB3y6MxrnRbg4buWCpf7NdsKF-KTOE/edit?usp=sharing, we want to begin using Ansible Lint to generate a content score.
To achieve this we'll break the work into two or more iterations. The first iteration will encompass the following:
The text was updated successfully, but these errors were encountered: