-
Notifications
You must be signed in to change notification settings - Fork 35
Enable linting #732
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
base: main
Are you sure you want to change the base?
Enable linting #732
Conversation
The super-linter.env currently has the following additions that are to be addressed in the future: VALIDATE_GITHUB_ACTIONS=false VALIDATE_SHELL_SHFMT=false VALIDATE_YAML=false Most of the linting for the above has been addressed with just a single issue remaining that blocks the linter from being enabled.
39c71e5
to
e6e6e9c
Compare
e6e6e9c
to
7ed8866
Compare
65e8371
to
7f8e61a
Compare
…oup where the name parameter was added. Reverting to ansible.builtin.group: <args> becasue args aren't an expected label: groupadd: '{'name': 'grafana', 'gid': 979}' is not a valid group name
ca9e48a
to
5206d97
Compare
4818da6
to
e6a0847
Compare
…and maintains functionality
e6a0847
to
32326a9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Few comments just when I was looking to see what it's like
name: Test extra build | ||
on: | ||
workflow_dispatch: | ||
push: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How is this OK that we've lost the push and pull_request triggers?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we get something in docs/ on how to run this locally too please, assuming you've been doing that/its reasonably possible?
|
||
exclude_paths: | ||
- actionlint.yml | ||
- .ansible/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what's this going to be for?
- actionlint.yml | ||
- .ansible/ | ||
- .github/ | ||
# The following are files with syntax errors. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we not fix these?
Add
ansible-lint
andsuper-linter
to the Github PR workflow