-
Notifications
You must be signed in to change notification settings - Fork 2
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(formulas): merge rubocop
linter into main lint
job
#65
Merged
myii
merged 25 commits into
master
from
feat/merge-rubocop-linter-for-multiple-formulas
Oct 12, 2019
Merged
feat(formulas): merge rubocop
linter into main lint
job
#65
myii
merged 25 commits into
master
from
feat/merge-rubocop-linter-for-multiple-formulas
Oct 12, 2019
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
myii
added a commit
to saltstack-formulas/salt-formula
that referenced
this pull request
Oct 11, 2019
* Semi-automated using myii/ssf-formula#65
myii
added a commit
to saltstack-formulas/mysql-formula
that referenced
this pull request
Oct 11, 2019
* Semi-automated using myii/ssf-formula#65
myii
added a commit
to saltstack-formulas/users-formula
that referenced
this pull request
Oct 11, 2019
* Semi-automated using myii/ssf-formula#65
myii
added a commit
to saltstack-formulas/redis-formula
that referenced
this pull request
Oct 11, 2019
* Semi-automated using myii/ssf-formula#65
myii
added a commit
to myii/sudoers-formula
that referenced
this pull request
Oct 11, 2019
* Semi-automated using myii/ssf-formula#65
myii
added a commit
to saltstack-formulas/postfix-formula
that referenced
this pull request
Oct 11, 2019
* Semi-automated using myii/ssf-formula#65
myii
added a commit
to saltstack-formulas/vim-formula
that referenced
this pull request
Oct 11, 2019
* Semi-automated using myii/ssf-formula#65
myii
added a commit
to saltstack-formulas/collectd-formula
that referenced
this pull request
Oct 11, 2019
* Semi-automated using myii/ssf-formula#65
myii
added a commit
to saltstack-formulas/fail2ban-formula
that referenced
this pull request
Oct 11, 2019
* Semi-automated using myii/ssf-formula#65
myii
added a commit
to saltstack-formulas/logrotate-formula
that referenced
this pull request
Oct 11, 2019
* Semi-automated using myii/ssf-formula#65
myii
added a commit
to saltstack-formulas/sysctl-formula
that referenced
this pull request
Oct 12, 2019
* Semi-automated using myii/ssf-formula#65
myii
added a commit
to saltstack-formulas/apt-cacher-formula
that referenced
this pull request
Oct 12, 2019
* Semi-automated using myii/ssf-formula#65
myii
added a commit
to saltstack-formulas/systemd-formula
that referenced
this pull request
Oct 12, 2019
* Semi-automated using myii/ssf-formula#65
myii
added a commit
to saltstack-formulas/timezone-formula
that referenced
this pull request
Oct 12, 2019
* Semi-automated using myii/ssf-formula#65
myii
added a commit
to saltstack-formulas/keepalived-formula
that referenced
this pull request
Oct 12, 2019
* Semi-automated using myii/ssf-formula#65
myii
added a commit
to saltstack-formulas/chrony-formula
that referenced
this pull request
Oct 12, 2019
* Semi-automated using myii/ssf-formula#65
myii
added a commit
to saltstack-formulas/stunnel-formula
that referenced
this pull request
Oct 12, 2019
* Semi-automated using myii/ssf-formula#65
myii
added a commit
to saltstack-formulas/lvm-formula
that referenced
this pull request
Oct 12, 2019
* Semi-automated using myii/ssf-formula#65
myii
added a commit
to saltstack-formulas/vsftpd-formula
that referenced
this pull request
Oct 12, 2019
* Semi-automated using myii/ssf-formula#65
myii
added a commit
to saltstack-formulas/exim-formula
that referenced
this pull request
Oct 12, 2019
* Semi-automated using myii/ssf-formula#65
myii
added a commit
to saltstack-formulas/deepsea-formula
that referenced
this pull request
Oct 12, 2019
* Semi-automated using myii/ssf-formula#65
myii
added a commit
to saltstack-formulas/cron-formula
that referenced
this pull request
Oct 12, 2019
* Semi-automated using myii/ssf-formula#65
myii
added a commit
to saltstack-formulas/influxdb-formula
that referenced
this pull request
Oct 12, 2019
* Semi-automated using myii/ssf-formula#65
myii
added a commit
to saltstack-formulas/locale-formula
that referenced
this pull request
Oct 12, 2019
* Semi-automated using myii/ssf-formula#65
myii
added a commit
to saltstack-formulas/telegraf-formula
that referenced
this pull request
Oct 12, 2019
* Semi-automated using myii/ssf-formula#65
🎉 This PR is included in version 1.21.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
myii
added a commit
to saltstack-formulas/sudoers-formula
that referenced
this pull request
Nov 13, 2019
* Semi-automated using myii/ssf-formula#65
noelmcloughlin
pushed a commit
to noelmcloughlin/salt-formula
that referenced
this pull request
Jan 22, 2020
* Semi-automated using myii/ssf-formula#65
noelmcloughlin
pushed a commit
to noelmcloughlin/salt-formula
that referenced
this pull request
Jan 23, 2020
* Semi-automated using myii/ssf-formula#65
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The plan here is to clear the formulas where it is easy to fix this, e.g.
salt-formula
: Everything fixed automatically withrubocop --safe-auto-correct
.