ci: merge travis matrix, add salt-lint & rubocop to lint job#18
Merged
myii merged 5 commits intosaltstack-formulas:masterfrom Oct 9, 2019
Merged
Conversation
```bash
Examining ufw/config/applications.sls of type state
[206] Jinja variables should have spaces before and after: {{ var_name }}
ufw/config/applications.sls:30
ufw-app-{{method}}-{{app_name}}-{{from_addr}}:
[206] Jinja variables should have spaces before and after: {{ var_name }}
ufw/config/applications.sls:32
ufw-app-{{method}}-{{app_name}}:
[206] Jinja variables should have spaces before and after: {{ var_name }}
ufw/config/applications.sls:34
ufw.{{method}}:
[206] Jinja variables should have spaces before and after: {{ var_name }}
ufw/config/applications.sls:35
- app: '"{{app_name}}"'
[206] Jinja variables should have spaces before and after: {{ var_name }}
ufw/config/applications.sls:37
- from_addr: {{from_addr}}
[206] Jinja variables should have spaces before and after: {{ var_name }}
ufw/config/applications.sls:40
- to_addr: {{to_addr}}
[206] Jinja variables should have spaces before and after: {{ var_name }}
ufw/config/applications.sls:45
- comment: '"{{comment}}"'
```
```bash
Examining ufw/config/interfaces.sls of type state
[206] Jinja variables should have spaces before and after: {{ var_name }}
ufw/config/interfaces.sls:20
ufw-interface-{{interface_name}}:
[206] Jinja variables should have spaces before and after: {{ var_name }}
ufw/config/interfaces.sls:22
- interface: {{interface_name}}
[206] Jinja variables should have spaces before and after: {{ var_name }}
ufw/config/interfaces.sls:24
- comment: '"{{comment}}"'
```
```bash
Examining ufw/config/open.sls of type state
[206] Jinja variables should have spaces before and after: {{ var_name }}
ufw/config/open.sls:20
ufw-open-{{open_addr}}:
[206] Jinja variables should have spaces before and after: {{ var_name }}
ufw/config/open.sls:22
- from_addr: {{open_addr}}
[206] Jinja variables should have spaces before and after: {{ var_name }}
ufw/config/open.sls:24
- comment: '"{{comment}}"'
```
```bash
Examining ufw/config/services.sls of type state
[206] Jinja variables should have spaces before and after: {{ var_name }}
ufw/config/services.sls:32
ufw-svc-{{method}}-{{service_name}}-{{from_addr}}:
[206] Jinja variables should have spaces before and after: {{ var_name }}
ufw/config/services.sls:33
ufw.{{method}}:
[206] Jinja variables should have spaces before and after: {{ var_name }}
ufw/config/services.sls:35
- protocol: {{protocol}}
[206] Jinja variables should have spaces before and after: {{ var_name }}
ufw/config/services.sls:38
- from_addr: {{from_addr}}
[206] Jinja variables should have spaces before and after: {{ var_name }}
ufw/config/services.sls:41
- from_port: "{{from_port}}"
[206] Jinja variables should have spaces before and after: {{ var_name }}
ufw/config/services.sls:44
- to_addr: {{to_addr}}
[206] Jinja variables should have spaces before and after: {{ var_name }}
ufw/config/services.sls:49
- comment: '"{{comment}}"'
[206] Jinja variables should have spaces before and after: {{ var_name }}
ufw/config/services.sls:51
- to_port: "{{to_port}}"
```
* Semi-automated using myii/ssf-formula#60
880f58d to
7b1b3c9
Compare
|
🎉 This PR is included in version 0.5.2 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or 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
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.
salt-lint&rubocoptolintjob myii/ssf-formula#60