-
-
Notifications
You must be signed in to change notification settings - Fork 379
The dictionary in NUT sources also stores keywords for spell-checking nut-website #2402
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
CI
Entries related to continuous integration infrastructure (historically also recipes like Makefiles)
documentation
refactor/fightwarn
PR or issue proposal to improve code maintainability without functional changes, or to fix warnings
Milestone
Comments
jimklimov
added a commit
to jimklimov/nut-website
that referenced
this issue
Apr 15, 2024
… $(NUT_SPELL_DICT).usage-report [networkupstools/nut#2402] Signed-off-by: Jim Klimov <[email protected]>
This was referenced Apr 15, 2024
jimklimov
added a commit
to jimklimov/nut
that referenced
this issue
Apr 15, 2024
…usage to prepare a $(NUT_SPELL_DICT).usage-report [networkupstools#2402] Facilitate maintenance of nut-website's spell checking dictionary with words unique to the site sources. Signed-off-by: Jim Klimov <[email protected]>
jimklimov
added a commit
to jimklimov/nut
that referenced
this issue
Apr 15, 2024
…usage to prepare a $(NUT_SPELL_DICT).usage-report [networkupstools#2402] Facilitate maintenance of nut-website's spell checking dictionary with words unique to the site sources. Signed-off-by: Jim Klimov <[email protected]>
jimklimov
added a commit
to jimklimov/nut-website
that referenced
this issue
Apr 17, 2024
…only relevant to nut-website [networkupstools/nut#2402] Signed-off-by: Jim Klimov <[email protected]>
jimklimov
added a commit
to jimklimov/nut
that referenced
this issue
Apr 17, 2024
…ools#2402] Signed-off-by: Jim Klimov <[email protected]>
This was referenced Apr 17, 2024
jimklimov
added a commit
to jimklimov/nut-website
that referenced
this issue
Apr 17, 2024
…only relevant to nut-website (for asciidoc-bootstrap-dual branch) [networkupstools/nut#2402] Signed-off-by: Jim Klimov <[email protected]>
jimklimov
added a commit
to jimklimov/nut
that referenced
this issue
Apr 18, 2024
…ck fails [networkupstools#2402] Signed-off-by: Jim Klimov <[email protected]>
jimklimov
added a commit
to jimklimov/nut
that referenced
this issue
Apr 18, 2024
…arts of larger tokens) [networkupstools#2402] Signed-off-by: Jim Klimov <[email protected]>
jimklimov
added a commit
to jimklimov/nut-website
that referenced
this issue
Apr 18, 2024
…bsite alone (allow spell-checking with any NUT release) [networkupstools/nut#2402] Signed-off-by: Jim Klimov <[email protected]>
jimklimov
added a commit
to jimklimov/nut-website
that referenced
this issue
Apr 18, 2024
…tworkupstools/nut#2402] Signed-off-by: Jim Klimov <[email protected]>
jimklimov
added a commit
to jimklimov/nut-website
that referenced
this issue
Apr 18, 2024
…itate older NUT releases; reserve a NUT_SPELL_DICT_ABS for future ones [networkupstools/nut#2402] Signed-off-by: Jim Klimov <[email protected]>
jimklimov
added a commit
that referenced
this issue
Apr 22, 2024
…ITE sources [#2402] Signed-off-by: Jim Klimov <[email protected]>
jimklimov
added a commit
to jimklimov/nut
that referenced
this issue
Apr 25, 2024
…Ident (for upsd.conf, upsmon.conf...) [networkupstools#2402] Signed-off-by: Jim Klimov <[email protected]>
jimklimov
added a commit
to jimklimov/nut
that referenced
this issue
Apr 25, 2024
…Host (for upsmon.conf...) [networkupstools#2402] Signed-off-by: Jim Klimov <[email protected]>
jimklimov
added a commit
to jimklimov/nut
that referenced
this issue
Apr 25, 2024
…oduce and unit-test a BoolInt helper class [networkupstools#2402] Signed-off-by: Jim Klimov <[email protected]>
jimklimov
added a commit
to jimklimov/nut-website
that referenced
this issue
May 7, 2024
…ock to differentiate the logic, and save newly trusted key words into nut-website.dict.addon [networkupstools/nut#2402] Signed-off-by: Jim Klimov <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
CI
Entries related to continuous integration infrastructure (historically also recipes like Makefiles)
documentation
refactor/fightwarn
PR or issue proposal to improve code maintainability without functional changes, or to fix warnings
It should be possible to refactor
nut
andnut-website
recipes to keep keywords used only in the site separately from the main code base - so it would not be needed anymore to bump NUT with somewhat irrelevant updates when just editing the web site sources.The text was updated successfully, but these errors were encountered: