-
Notifications
You must be signed in to change notification settings - Fork 208
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 editorconfig and update bash files accordingly #5440
Conversation
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.
Please add a ticket reference in the PR. And I wonder about if/where you open to actually include calls to the formatting tool in here.
It's not yet called in the Makefile or CI. |
I am wondering if can maybe include |
@b10n1k when you update something in dependencies.yaml, run |
f026143
to
2c24439
Compare
thanks. i did and i have updated Makefile too |
|
We cannot yet use this, because the container first has to be rebuilt. So this needs to be in a followup PR |
|
dependencies.yaml
Outdated
@@ -84,6 +84,7 @@ devel_no_selenium_requires: | |||
devel_requires: | |||
'%devel_no_selenium_requires': | |||
chromedriver: | |||
shfmt: |
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.
I think in this case it has to be put under test_requires
, where yamllint is listed.
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.
done
subrepo: subdir: "external/os-autoinst-common" merged: "ef4656707" upstream: origin: "git@github.com:os-autoinst/os-autoinst-common.git" branch: "master" commit: "ef4656707" git-subrepo: version: "0.4.6" origin: "???" commit: "???"
https://progress.opensuse.org/issues/153793 Signed-off-by: ybonatakis <ybonatakis@suse.com>
220b612
to
7bdab0c
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.
LGTM. I assume the JavaScript check fails should be handled if you rebase
shfmt is not found so either shfmt is not in the image that we use or not yet. You can take a look into the circleCI config which image we use and check if shfmt is now included there |
subrepo: subdir: "external/os-autoinst-common" merged: "fbd66e7f6" upstream: origin: "git@github.com:os-autoinst/os-autoinst-common.git" branch: "master" commit: "fbd66e7f6" git-subrepo: version: "0.4.6" origin: "???" commit: "???" Signed-off-by: ybonatakis <ybonatakis@suse.com>
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.
Please don't do two git subrepo pulls in one PR.
subrepo is putting the git sha it is based on into the .gitrepo file, and then if the PR is ever rebased, that sha will be gone. And then following git subrepo pulls will fail.
That's also why I wanted to get this PR merged soon and told @okurz that we can do a followup PR.
Please reset the branch to HEAD, do the subrepo pull again and add your own changes after it.
Can i just try to merge the commits? |
First I suggest you rebase and try to fix the javascript failures
|
Please don't merge a PR yourself. |
This pull request is now in conflicts. Could you fix it? 🙏 |
I guess after #5446 we don't need this PR anymore? If yes then please close it |
https://progress.opensuse.org/issues/153793