My previous commit of .vale.ini was not helpful for editor integration as vim creates a file outside the git repository(specially /tmp) where vale styles were not applicable. This commit changes the applicable file patterns to match editor integration.
Details
Details
Diff Detail
Diff Detail
- Repository
- R9 FreeBSD doc repository
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
Comment Actions
Looks good as a first introduction to vale. A few fixes and then you can commit it to the FDP primer.
documentation/content/en/books/fdp-primer/editor-config/_index.adoc | ||
---|---|---|
65 | I think it is safe to remove the "for the developers/contributors/committers" part as it is basically available for everyone. No need to make a distinction then. | |
66 | s/IDES/IDEs/ | |
72 | Can you distinguish the root commands from the ones that don't need to be run as root? I think we use # for root and % for non-root users throughout our docs. |
Comment Actions
I will fix the FDP as per your comments. This was required as there is a bug in vale which I am working on and referencing this file everyone will ask me to fix this first.