rayhanur-rahman / SLIC-Ansible

6 stars 3 forks source link

Run Smell Detector on Collected Ansible Playbooks #4

Closed rayhanur-rahman closed 5 years ago

rayhanur-rahman commented 5 years ago

There are 349 ansible repositories, 1,04,973 playbooks and 1,57,335 detected smells. However, my program has failed to parse 11 ansible playbooks.

akondrahman commented 5 years ago

You need to exclude YAML files that are not in playbooks folder. So,

allowed: /home/brokenquark/repo-ansi/2015-Middleware-Keynote@demo-ansible/playbooks/tasks/validator.yml not allowed: /home/brokenquark/repo-ansi/AAROC@AnsibleBootCamp/handson/lesson1.yml not allowed: /home/brokenquark/repo-ansi/AAROC@AnsibleBootCamp//.travis.yml

rayhanur-rahman commented 5 years ago

done.