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
(I've been idly thinking about how to solve this problem for some time.)
On the technical-writing team at GitLab, we copy the GitLab style into every Git repository our writers work in, but not all the rules that we propose for the GitLab style get accepted. Several of us have wanted the ability to stack local / personal rules atop in-repo rules. I haven't thought of a smart way to do this. I've opened up https://gitlab.com/gitlab-org/gitlab/-/merge_requests/139279 to look for a shorter-term solution, but Evan and Marcel both suggested I bring it up here, too.
Here's the real-life example: a rule called MayMightCan.yml wasn't accepted into the gitlab style. However, I'd still like to use it locally, because I'm (redacted) terrible at remembering to use the right word. Ideally, I'd have a second location (let's assume in my user folder) where I could drop in this extra rule, and have it available to me in all the repos (10+) that I work in.
adding a line to the root .gitignore file to ignore everything in doc/.vale/local
This proposed kludgy approach would be fine. It beats the nothing I currently have. However, I'd love to use MayMightCan.yml regardless of what repo I'm working in at the time.
Feel free to tell me this is an edge case for someone who touches a LOT of projects. It might well be.
The text was updated successfully, but these errors were encountered:
Check for existing issues
Describe the feature
(I've been idly thinking about how to solve this problem for some time.)
On the technical-writing team at GitLab, we copy the GitLab style into every Git repository our writers work in, but not all the rules that we propose for the GitLab style get accepted. Several of us have wanted the ability to stack local / personal rules atop in-repo rules. I haven't thought of a smart way to do this. I've opened up https://gitlab.com/gitlab-org/gitlab/-/merge_requests/139279 to look for a shorter-term solution, but Evan and Marcel both suggested I bring it up here, too.
Here's the real-life example: a rule called
MayMightCan.yml
wasn't accepted into thegitlab
style. However, I'd still like to use it locally, because I'm (redacted) terrible at remembering to use the right word. Ideally, I'd have a second location (let's assume in my user folder) where I could drop in this extra rule, and have it available to me in all the repos (10+) that I work in.https://gitlab.com/gitlab-org/gitlab/-/merge_requests/139279 tries to find a kludgy path forward and proposes:
gitlab
repopersonal
orlocal
..gitignore
file to ignore everything indoc/.vale/local
This proposed kludgy approach would be fine. It beats the nothing I currently have. However, I'd love to use
MayMightCan.yml
regardless of what repo I'm working in at the time.Feel free to tell me this is an edge case for someone who touches a LOT of projects. It might well be.
The text was updated successfully, but these errors were encountered: