Skip to content
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

Add salt-lint as new flycheck checker #2073

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

santifa
Copy link

@santifa santifa commented Apr 22, 2024

This pull-request adds salt-lint as
a syntax checker for SaltStack YAML files.

I'm eager to help if anything is missing.

@CLAassistant
Copy link

CLAassistant commented Apr 22, 2024

CLA assistant check
All committers have signed the CLA.

(json-object-type 'plist)
(filename (buffer-file-name buffer))
(errors (json-read-from-string output)))
;(message "%s errors in %s" errors filename)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this commented out?

@bbatsov
Copy link
Contributor

bbatsov commented May 27, 2024

Overall your changes seem reasonable and I only added one small inline comment that needs to be addressed. Did you base the code on the code of an existing checker?

Don't forget to add a changelog entry as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants