-
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: merge travis matrix, add salt-lint
& rubocop
to lint
job
#60
feat: merge travis matrix, add salt-lint
& rubocop
to lint
job
#60
Commits on Oct 8, 2019
-
refactor(defaults): use node anchors for common
line_length
values* To be reused for upcoming `rubocop` settings as well
Configuration menu - View commit details
-
Copy full SHA for ac9b7a5 - Browse repository at this point
Copy the full SHA ac9b7a5View commit details
Commits on Oct 10, 2019
-
Configuration menu - View commit details
-
Copy full SHA for dbee3f7 - Browse repository at this point
Copy the full SHA dbee3f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d86eb4 - Browse repository at this point
Copy the full SHA 8d86eb4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d9636e - Browse repository at this point
Copy the full SHA 1d9636eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f4fc3c1 - Browse repository at this point
Copy the full SHA f4fc3c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0ec88a - Browse repository at this point
Copy the full SHA e0ec88aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 58881a7 - Browse repository at this point
Copy the full SHA 58881a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 212edf0 - Browse repository at this point
Copy the full SHA 212edf0View commit details -
feat(travis): use conditional to provide one or two lint jobs
* Main goal: one lint job * Alternative: split `rubocop` into a separate lint job (`allow_failures`) * Long-term: to be able to fully revert this commit when a single lint job can be use for all formulas
Configuration menu - View commit details
-
Copy full SHA for 5c2f134 - Browse repository at this point
Copy the full SHA 5c2f134View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ec9b1e - Browse repository at this point
Copy the full SHA 9ec9b1eView commit details -
feat(ufw): add specific
pip3
customisations to.travis.yml
* `ufw` is still stuck on `trusty` on Travis - This doesn't work with when `salt` is installed during the `salt-lint` installation process (issue with `tornado`) - Installing via. Python 3 works, albeit much slower
Configuration menu - View commit details
-
Copy full SHA for c3acbd1 - Browse repository at this point
Copy the full SHA c3acbd1View commit details -
ci: merge travis matrix, add
salt-lint
&rubocop
tolint
job* Automated using #60
Configuration menu - View commit details
-
Copy full SHA for 2dac9b0 - Browse repository at this point
Copy the full SHA 2dac9b0View commit details -
```bash Examining ssf/libcimatrix.jinja of type state [204] Lines should be no longer that 160 chars ssf/libcimatrix.jinja:4 {%- macro format_ci_matrix(platforms, inspec_suites_kitchen, inspec_suites_matrix, platforms_matrix, platforms_matrix_commented_includes, semrel_formula, width=4, use_new_travis_format=False ) %} [203] Most files should not contain tabs ssf/libcimatrix.jinja:28 {#- | # | inc | exc | result | #} [203] Most files should not contain tabs ssf/libcimatrix.jinja:30 {#- | 1 | y | [] | TRUE | #} [203] Most files should not contain tabs ssf/libcimatrix.jinja:31 {#- | 2 | y | n | TRUE | #} [203] Most files should not contain tabs ssf/libcimatrix.jinja:32 {#- | 3 | y | y | TRUE | #} [203] Most files should not contain tabs ssf/libcimatrix.jinja:33 {#- | 4 | [] | [] | TRUE | #} [203] Most files should not contain tabs ssf/libcimatrix.jinja:34 {#- | 5 | [] | n | TRUE | #} [203] Most files should not contain tabs ssf/libcimatrix.jinja:35 {#- | 6 | [] | y | FALSE | #} [203] Most files should not contain tabs ssf/libcimatrix.jinja:36 {#- | 7 | n | [] | FALSE | #} [203] Most files should not contain tabs ssf/libcimatrix.jinja:37 {#- | 8 | n | n | FALSE | #} [203] Most files should not contain tabs ssf/libcimatrix.jinja:38 {#- | 9 | n | y | FALSE | #} [206] Jinja variables should have spaces before and after: {{ var_name }} ssf/libcimatrix.jinja:70 {{ comment }}- {{instance_and_env }}{{ instance }} ... Examining ssf/map.jinja of type state [209] Jinja comment should have spaces before and after: {# comment #} ssf/map.jinja:10 {## Merge the formulas ##} ```
Configuration menu - View commit details
-
Copy full SHA for 5890b8a - Browse repository at this point
Copy the full SHA 5890b8aView commit details