carpentries-incubator / SDC-BIDS-dMRI

Introduction to dMRI
https://carpentries-incubator.github.io/SDC-BIDS-dMRI/
Other
22 stars 16 forks source link

Fix style warnings #143

Open jhlegarreta opened 3 years ago

jhlegarreta commented 3 years ago

The carpentries style checks done by the make lesson-check-all command in this repository has uncovered a number of warnings: https://github.com/carpentries-incubator/SDC-BIDS-dMRI/runs/2395203393?check_suite_focus=true#step:16:9

They should be addressed to be consistent with the carpentries style.

jhlegarreta commented 3 years ago

Part of these are solved in #146.

The line length warnings would be best addressed by a Markdown linter tool.

jhlegarreta commented 3 years ago

https://github.com/carpentries/styles/issues/586 and https://github.com/carpentries/styles/issues/587 if fixed, merged and sync'ed downstream, might leave us only with the line length ones.