You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could travis run markdownlint? Or is this already implemented?
It should be possible. It is not yet implemented.
The package "ruby" must be installed.
Then "mdl" (for markdownlint) must be installed via sudo gem install mdl.
The manual then can be checked with mdl man/manual.md.
Additionally we should provide a rule file (called "style file") since not all rules should be enforced i guess.
Codacy uses RemarkLint with other settings and warnings :)
Not sure what style and linter we should use.
Edit:
I have looked into the RemarkLint configuration in Codacy.
RemarkLint recommends very similar things as markdownlint.
The issues that RemarkLint outputs for the indentation of bullet list contents do not really make sense to me.
It wants bullet list to look like this
- Text 1
- Text 2
Instead of
- Text 1
- Text 2
The indentation is set to tab-size which seems to be set to 4. IMHO the space setting makes more sense here.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.