Replies: 3 comments 1 reply
-
Hey thanks for the feedback!
|
Beta Was this translation helpful? Give feedback.
-
There's actually an issue related to this (#147), but it just hasn't had much traction to be implemented. Maybe you can chime in and add your ideas there also. |
Beta Was this translation helpful? Give feedback.
-
I've got a PR coming that addresses grouping of inflections etc. like change of tack & changes of tack. I've wanted to do it for ages so this was enough to nudge me: #1529 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
A few suggestions in no particular order:
# optimized for speed
; it should have some mechanism to either easily disable capitalization and punctuation checks for inline code comments, or only do it for longer passages of text, e.g. >15 words.# This is tied to the ``UserStats`` model.
will complain aboutUserStats
not being a word./harper-conf.yml
with all the ignore rules etc. Also make the CLI accept the config via a CLI flag, but also search for it if none is passed.Beta Was this translation helpful? Give feedback.
All reactions