-
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
Fix according to linter reports #6
Fix according to linter reports #6
Conversation
b4f48ed
to
82cc0c2
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.
Looks good @razvand, but there is a conflict with the main branch.
Capitalize words in section titles. Remove ending colon (`:`). Signed-off-by: Razvan Deaconescu <[email protected]>
Use multiply-of-two for spacing. This is to comply with the `.editorconfig` checks. Signed-off-by: Razvan Deaconescu <[email protected]>
82cc0c2
to
8e2769a
Compare
@StefanJum , fixed. |
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.
@razvand add the urls on lines 29 and 205 in backticks (I can't add code suggestions since there are no changes to those lines). That should solve the last linter errors and it should be good to go.
I think that would be stupid. Links should be clickable and not between backticks. The spellchecker itself should ignore them. I created the commit here, but it seems it doesn't work. |
Oh, I'm stupid. This is on the super-linter side. Let's disable that bare URL feature. It's stupid, IMO. |
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.
Let's disable that bare URL feature. It's stupid, IMO.
Agreed, see open-education-hub/actions#28
All good besides.
ignoring linting issues & merging. |
Fix current content according to linting issues reported by GitHub action (
super-linter
,spellcheck
).