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(pre-commit): finalise rstcheck configuration across all formulas #267

Merged
merged 2 commits into from
Oct 10, 2020

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/rkhunter-formula that referenced this pull request Oct 10, 2020
myii added a commit to saltstack-formulas/rng-tools-formula that referenced this pull request Oct 10, 2020
myii added a commit to saltstack-formulas/rspamd-formula that referenced this pull request Oct 10, 2020
myii added a commit to saltstack-formulas/salt-formula that referenced this pull request Oct 10, 2020
myii added a commit to saltstack-formulas/sqldeveloper-formula that referenced this pull request Oct 10, 2020
myii added a commit to saltstack-formulas/sqlplus-formula that referenced this pull request Oct 10, 2020
myii added a commit to saltstack-formulas/strongswan-formula that referenced this pull request Oct 10, 2020
myii added a commit to saltstack-formulas/stunnel-formula that referenced this pull request Oct 10, 2020
myii added a commit to saltstack-formulas/sudoers-formula that referenced this pull request Oct 10, 2020
myii added a commit to saltstack-formulas/suricata-formula that referenced this pull request Oct 10, 2020
myii added a commit to saltstack-formulas/sysctl-formula that referenced this pull request Oct 10, 2020
myii added a commit to saltstack-formulas/syslog-ng-formula that referenced this pull request Oct 10, 2020
myii added a commit to saltstack-formulas/sysstat-formula that referenced this pull request Oct 10, 2020
myii added a commit to saltstack-formulas/systemd-formula that referenced this pull request Oct 10, 2020
myii added a commit to saltstack-formulas/telegraf-formula that referenced this pull request Oct 10, 2020
myii added a commit to saltstack-formulas/template-formula that referenced this pull request Oct 10, 2020
myii added a commit to saltstack-formulas/timezone-formula that referenced this pull request Oct 10, 2020
myii added a commit to saltstack-formulas/tomcat-formula that referenced this pull request Oct 10, 2020
myii added a commit to saltstack-formulas/ufw-formula that referenced this pull request Oct 10, 2020
myii added a commit to saltstack-formulas/users-formula that referenced this pull request Oct 10, 2020
myii added a commit to saltstack-formulas/varnish-formula that referenced this pull request Oct 10, 2020
myii added a commit to saltstack-formulas/vault-formula that referenced this pull request Oct 10, 2020
myii added a commit to saltstack-formulas/vim-formula that referenced this pull request Oct 10, 2020
myii added a commit to saltstack-formulas/vsftpd-formula that referenced this pull request Oct 10, 2020
myii added a commit to saltstack-formulas/zabbix-formula that referenced this pull request Oct 10, 2020
@myii myii merged commit b13cf87 into master Oct 10, 2020
@myii myii deleted the feat/enable-rstcheck-across-remaining-formulas branch October 10, 2020 06:16
@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 myii added the released label Oct 10, 2020
@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