Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(yamllint): add .git/ to ignores #297

Merged
merged 1 commit into from
Mar 5, 2021

Conversation

myii
Copy link
Owner

@myii myii commented Mar 5, 2021

https://gitlab.com/myii/openvpn-formula/-/jobs/1076814969#L135

Check YAML syntax with yamllint..........................................Failed
- hook id: yamllint
- duration: 1.17s
- exit code: 1
./.git/refs/remotes/origin/ci/move-to-kitchen.windows.yml
  1:1       warning  missing document start "---"  (document-start)
./.git/logs/refs/remotes/origin/ci/move-to-kitchen.windows.yml
  1:89      error    line too long (378 > 88 characters)  (line-length)
  1:164     error    syntax error: found character '\t' that cannot start any token (syntax)

Happened when the branch name ended in .yml; shouldn't be checking
under .git/ anyway.

https://gitlab.com/myii/openvpn-formula/-/jobs/1076814969#L135

```
Check YAML syntax with yamllint..........................................Failed
- hook id: yamllint
- duration: 1.17s
- exit code: 1
./.git/refs/remotes/origin/ci/move-to-kitchen.windows.yml
  1:1       warning  missing document start "---"  (document-start)
./.git/logs/refs/remotes/origin/ci/move-to-kitchen.windows.yml
  1:89      error    line too long (378 > 88 characters)  (line-length)
  1:164     error    syntax error: found character '\t' that cannot start any token (syntax)
```

Happened when the branch name ended in `.yml`; shouldn't be checking
under `.git/` anyway.
myii added a commit to saltstack-formulas/apache-formula that referenced this pull request Mar 5, 2021
myii added a commit to saltstack-formulas/apt-formula that referenced this pull request Mar 5, 2021
myii added a commit to saltstack-formulas/apt-cacher-formula that referenced this pull request Mar 5, 2021
myii added a commit to saltstack-formulas/arvados-formula that referenced this pull request Mar 5, 2021
myii added a commit to saltstack-formulas/bind-formula that referenced this pull request Mar 5, 2021
myii added a commit to saltstack-formulas/cert-formula that referenced this pull request Mar 5, 2021
myii added a commit to saltstack-formulas/chrony-formula that referenced this pull request Mar 5, 2021
myii added a commit to saltstack-formulas/collectd-formula that referenced this pull request Mar 5, 2021
myii added a commit to saltstack-formulas/consul-formula that referenced this pull request Mar 5, 2021
myii added a commit to saltstack-formulas/cron-formula that referenced this pull request Mar 5, 2021
myii added a commit to saltstack-formulas/deepsea-formula that referenced this pull request Mar 5, 2021
myii added a commit to saltstack-formulas/devstack-formula that referenced this pull request Mar 5, 2021
myii added a commit to saltstack-formulas/dhcpd-formula that referenced this pull request Mar 5, 2021
myii added a commit to saltstack-formulas/django-formula that referenced this pull request Mar 5, 2021
myii added a commit to saltstack-formulas/docker-formula that referenced this pull request Mar 5, 2021
myii added a commit to saltstack-formulas/eclipse-formula that referenced this pull request Mar 5, 2021
myii added a commit to saltstack-formulas/epel-formula that referenced this pull request Mar 5, 2021
myii added a commit to saltstack-formulas/exim-formula that referenced this pull request Mar 5, 2021
myii added a commit to saltstack-formulas/fail2ban-formula that referenced this pull request Mar 5, 2021
myii added a commit to saltstack-formulas/firewalld-formula that referenced this pull request Mar 5, 2021
myii added a commit to saltstack-formulas/golang-formula that referenced this pull request Mar 5, 2021
myii added a commit to saltstack-formulas/grafana-formula that referenced this pull request Mar 5, 2021
myii added a commit to saltstack-formulas/haproxy-formula that referenced this pull request Mar 5, 2021
myii added a commit to saltstack-formulas/hostsfile-formula that referenced this pull request Mar 5, 2021
myii added a commit to saltstack-formulas/icinga2-formula that referenced this pull request Mar 5, 2021
myii added a commit to saltstack-formulas/influxdb-formula that referenced this pull request Mar 5, 2021
myii added a commit to saltstack-formulas/iptables-formula that referenced this pull request Mar 5, 2021
myii added a commit to saltstack-formulas/iscsi-formula that referenced this pull request Mar 5, 2021
myii added a commit to saltstack-formulas/java-formula that referenced this pull request Mar 5, 2021
myii added a commit to saltstack-formulas/redis-formula that referenced this pull request Mar 5, 2021
myii added a commit to saltstack-formulas/rkhunter-formula that referenced this pull request Mar 5, 2021
myii added a commit to saltstack-formulas/rng-tools-formula that referenced this pull request Mar 5, 2021
myii added a commit to saltstack-formulas/rspamd-formula that referenced this pull request Mar 5, 2021
myii added a commit to saltstack-formulas/salt-formula that referenced this pull request Mar 5, 2021
myii added a commit to saltstack-formulas/sqldeveloper-formula that referenced this pull request Mar 5, 2021
myii added a commit to saltstack-formulas/sqlplus-formula that referenced this pull request Mar 5, 2021
myii added a commit to saltstack-formulas/strongswan-formula that referenced this pull request Mar 5, 2021
myii added a commit to saltstack-formulas/stunnel-formula that referenced this pull request Mar 5, 2021
myii added a commit to saltstack-formulas/sudoers-formula that referenced this pull request Mar 5, 2021
myii added a commit to saltstack-formulas/suricata-formula that referenced this pull request Mar 5, 2021
myii added a commit to saltstack-formulas/sysctl-formula that referenced this pull request Mar 5, 2021
myii added a commit to saltstack-formulas/syslog-ng-formula that referenced this pull request Mar 5, 2021
myii added a commit to saltstack-formulas/sysstat-formula that referenced this pull request Mar 5, 2021
myii added a commit to saltstack-formulas/systemd-formula that referenced this pull request Mar 5, 2021
myii added a commit to saltstack-formulas/telegraf-formula that referenced this pull request Mar 5, 2021
myii added a commit to saltstack-formulas/template-formula that referenced this pull request Mar 5, 2021
myii added a commit to saltstack-formulas/timezone-formula that referenced this pull request Mar 5, 2021
myii added a commit to saltstack-formulas/tomcat-formula that referenced this pull request Mar 5, 2021
myii added a commit to saltstack-formulas/ufw-formula that referenced this pull request Mar 5, 2021
myii added a commit to saltstack-formulas/users-formula that referenced this pull request Mar 5, 2021
myii added a commit to saltstack-formulas/varnish-formula that referenced this pull request Mar 5, 2021
myii added a commit to saltstack-formulas/vault-formula that referenced this pull request Mar 5, 2021
myii added a commit to saltstack-formulas/vim-formula that referenced this pull request Mar 5, 2021
myii added a commit to saltstack-formulas/vsftpd-formula that referenced this pull request Mar 5, 2021
myii added a commit to saltstack-formulas/zabbix-formula that referenced this pull request Mar 5, 2021
@myii myii merged commit 93058ce into master Mar 5, 2021
@myii myii deleted the feat/add-.git-directory-to-yamllint-ignores branch March 5, 2021 18:39
@myii
Copy link
Owner Author

myii commented Mar 5, 2021

🎉 This PR is included in version 1.247.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@myii myii added the released label Mar 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant