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
Currently CI fails for every PR which introduces any changes into README. The reason in that requirements of github linter used do not quite match with README formatting. In particular, there are following points to be fixed:
line length is too big (100..250 vs 80 default);
an exclamation mark in a header.
Possible solution:
Include markdown linter into pre-commit
Change linter defaults
The text was updated successfully, but these errors were encountered:
Currently CI fails for every PR which introduces any changes into README. The reason in that requirements of github linter used do not quite match with README formatting. In particular, there are following points to be fixed:
Possible solution:
The text was updated successfully, but these errors were encountered: