8% HTML without a single html file in the repo #5226
-
Hi, Do you have any ideas why HTML is being detected here? This error only happens directly on GitHub.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
🤔 Looks like you might be running an old version of Linguist. This is what I see, which matches what your repo reports on GitHub: $ github-linguist ansible-pihole --breakdown
86.68% YAML
7.37% HTML
5.95% Shell
YAML:
bootstrap-pihole.yaml
inventory.yaml
keepalived.yaml
roles/bootstrap/tasks/main.yaml
roles/docker/tasks/main.yaml
roles/keepalived/tasks/main.yaml
roles/pihole/tasks/main.yaml
roles/sshd/tasks/main.yaml
roles/start_keepalived/tasks/main.yaml
roles/stop_keepalived/tasks/main.yaml
roles/sync/tasks/main.yaml
roles/updates/tasks/main.yaml
sync.yaml
update-pihole.yaml
Shell:
roles/keepalived/files/check_pihole.sh
roles/sync/templates/pihole_sync.j2
HTML:
roles/keepalived/templates/keepalived.j2
$
Now comes the interesting question: "Why is Because the |
Beta Was this translation helpful? Give feedback.
-
Thanks for the explanation @lildude One question: Why does it then display no results when I click on the HTML lang tag (https://github.com/shaderecker/ansible-pihole/search?l=html)? And I also have another And @Alhadis thanks for the hint about the shebang, I will keep it in mind. |
Beta Was this translation helpful? Give feedback.
🤔 Looks like you might be running an old version of Linguist. This is what I see, which matches what your repo reports on GitHub: