Skip to content

feat(pre-commit): finalise rstcheck configuration across all formulas#267

Merged
myii merged 2 commits intomasterfrom
feat/enable-rstcheck-across-remaining-formulas
Oct 10, 2020
Merged

feat(pre-commit): finalise rstcheck configuration across all formulas#267
myii merged 2 commits intomasterfrom
feat/enable-rstcheck-across-remaining-formulas

Conversation

@myii
Copy link
Owner

@myii myii commented Oct 10, 2020

Also includes:

  • refactor(contributing): centralise to use one template

myii added a commit to saltstack-formulas/.github that referenced this pull request Oct 10, 2020
myii added a commit to saltstack-formulas/apache-formula that referenced this pull request Oct 10, 2020
myii added a commit to saltstack-formulas/apt-formula that referenced this pull request Oct 10, 2020
myii added a commit to saltstack-formulas/apt-cacher-formula that referenced this pull request Oct 10, 2020
myii added a commit to saltstack-formulas/arvados-formula that referenced this pull request Oct 10, 2020
myii added a commit to saltstack-formulas/bind-formula that referenced this pull request Oct 10, 2020
myii added a commit to saltstack-formulas/cert-formula that referenced this pull request Oct 10, 2020
myii added a commit to saltstack-formulas/chrony-formula that referenced this pull request Oct 10, 2020
myii added a commit to saltstack-formulas/collectd-formula that referenced this pull request Oct 10, 2020
myii added a commit to saltstack-formulas/consul-formula that referenced this pull request Oct 10, 2020
myii added a commit to saltstack-formulas/cron-formula that referenced this pull request Oct 10, 2020
myii added a commit to saltstack-formulas/deepsea-formula that referenced this pull request Oct 10, 2020
myii added a commit to saltstack-formulas/devstack-formula that referenced this pull request Oct 10, 2020
myii added a commit to saltstack-formulas/dhcpd-formula that referenced this pull request Oct 10, 2020
myii added a commit to saltstack-formulas/django-formula that referenced this pull request Oct 10, 2020
myii added a commit to saltstack-formulas/docker-formula that referenced this pull request Oct 10, 2020
myii added a commit to saltstack-formulas/eclipse-formula that referenced this pull request Oct 10, 2020
myii added a commit to saltstack-formulas/epel-formula that referenced this pull request Oct 10, 2020
myii added a commit to saltstack-formulas/exim-formula that referenced this pull request Oct 10, 2020
myii added a commit to saltstack-formulas/fail2ban-formula that referenced this pull request Oct 10, 2020
myii added a commit to saltstack-formulas/firewalld-formula that referenced this pull request Oct 10, 2020
myii added a commit to saltstack-formulas/golang-formula that referenced this pull request Oct 10, 2020
myii added a commit to saltstack-formulas/grafana-formula that referenced this pull request Oct 10, 2020
myii added a commit to saltstack-formulas/haproxy-formula that referenced this pull request Oct 10, 2020
myii added a commit to saltstack-formulas/hostsfile-formula that referenced this pull request Oct 10, 2020
myii added a commit to saltstack-formulas/icinga2-formula that referenced this pull request Oct 10, 2020
myii added a commit to saltstack-formulas/influxdb-formula that referenced this pull request Oct 10, 2020
myii added a commit to saltstack-formulas/iptables-formula that referenced this pull request Oct 10, 2020
myii added a commit to saltstack-formulas/letsencrypt-formula that referenced this pull request Oct 10, 2020
myii added a commit to saltstack-formulas/libvirt-formula that referenced this pull request Oct 10, 2020
myii added a commit to saltstack-formulas/locale-formula that referenced this pull request Oct 10, 2020
myii added a commit to saltstack-formulas/logrotate-formula that referenced this pull request Oct 10, 2020
myii added a commit to saltstack-formulas/lvm-formula that referenced this pull request Oct 10, 2020
myii added a commit to saltstack-formulas/lynis-formula that referenced this pull request Oct 10, 2020
myii added a commit to saltstack-formulas/maven-formula that referenced this pull request Oct 10, 2020
myii added a commit to saltstack-formulas/mongodb-formula that referenced this pull request Oct 10, 2020
myii added a commit to saltstack-formulas/mysql-formula that referenced this pull request Oct 10, 2020
myii added a commit to saltstack-formulas/nfs-formula that referenced this pull request Oct 10, 2020
myii added a commit to saltstack-formulas/nginx-formula that referenced this pull request Oct 10, 2020
myii added a commit to saltstack-formulas/nifi-formula that referenced this pull request Oct 10, 2020
myii added a commit to saltstack-formulas/node-formula that referenced this pull request Oct 10, 2020
myii added a commit to saltstack-formulas/ntp-formula that referenced this pull request Oct 10, 2020
myii added a commit to saltstack-formulas/nut-formula that referenced this pull request Oct 10, 2020
myii added a commit to saltstack-formulas/openldap-formula that referenced this pull request Oct 10, 2020
myii added a commit to saltstack-formulas/openntpd-formula that referenced this pull request Oct 10, 2020
myii added a commit to saltstack-formulas/openssh-formula that referenced this pull request Oct 10, 2020
myii added a commit to saltstack-formulas/openvpn-formula that referenced this pull request Oct 10, 2020
myii added a commit to saltstack-formulas/packages-formula that referenced this pull request Oct 10, 2020
myii added a commit to saltstack-formulas/php-formula that referenced this pull request Oct 10, 2020
myii added a commit to saltstack-formulas/postfix-formula that referenced this pull request Oct 10, 2020
myii added a commit to saltstack-formulas/postgres-formula that referenced this pull request Oct 10, 2020
myii added a commit to saltstack-formulas/powerdns-formula that referenced this pull request Oct 10, 2020
myii added a commit to saltstack-formulas/proftpd-formula that referenced this pull request Oct 10, 2020
myii added a commit to saltstack-formulas/prometheus-formula that referenced this pull request Oct 10, 2020
myii added a commit to saltstack-formulas/rabbitmq-formula that referenced this pull request Oct 10, 2020
myii added a commit to saltstack-formulas/redis-formula that referenced this pull request Oct 10, 2020
@myii
Copy link
Owner Author

myii commented Oct 10, 2020

🎉 This PR is included in version 1.219.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@myii
Copy link
Owner Author

myii commented Oct 10, 2020

@dafyddj All done, rstcheck enabled across all formulas. One interesting point, however: you'll notice that I also had to make changes to docs/TOFS_pattern.rst, since this was also triggering a violation when run directly:

deepsea-formula$ git ls-files -- '*.rst' | xargs rstcheck
docs/TOFS_pattern.rst:67: (ERROR/3) Error in "code-block" directive:

Yet not being caught when run through pre-commit. Something worth investigating, if either of us gets the chance. Would have to use an earlier commit, though, since the fix has been pushed through to all formulas using this PR.

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