saltstack-formulas / postfix-formula

http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
Other
25 stars 130 forks source link

style: quote modes/numbers #116

Closed jasonious closed 3 years ago

jasonious commented 3 years ago

salt-lint complains about these

[208] File modes should always contain a leading zero
22
/github/workspace/salt/formulas/postfix-formula/postfix/init.sls:46
23
    - mode: 644

PR progress checklist (to be filled in by reviewers)


What type of PR is this?

Primary type

Secondary type

Does this PR introduce a BREAKING CHANGE?

No.

Related issues and/or pull requests

This should fix linter errors found by https://github.com/marketplace/actions/salt-lint

Describe the changes you're proposing

Properly writing and quoting file modes

Pillar / config required to test the proposed changes

Debug log showing how the proposed changes work

Documentation checklist

Testing checklist

Additional context

fzipi commented 3 years ago

Hi @jasonious ! Thanks for your patch! Can you prefix also with a 0? (see https://github.com/warpnet/salt-lint/wiki/208)

jasonious commented 3 years ago

@fzipi yup, just took care of the leading zero but am failing commitlint right now.

jasonious commented 3 years ago

I think I've done things correctly now, but if there's anything I need to do, please let me know.

myii commented 3 years ago

@jasonious Thanks again!

saltstack-formulas-travis commented 3 years ago

:tada: This PR is included in version 1.2.2 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: