-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Upgrade to Kotlin 1.6.10 Gradle was literally failing otherwise * Create compliance tracking table * Create basic compliance prompt when trying to use AI * Generalize compliance message generation and processing * Add compliance command and messages for all types * Check compliance decisions in the Starboard and QuickView listeners * Fix command choice names * Use volatile messaging when replying with Dialogflow Compliance * Update the data collection information to act as a privacy policy * Add questions section * Attempt to fix references to other sections I don't feel like building locally so using RTD to see * Various doc fixes Not worth describing * Remove old annotations
- Loading branch information
Showing
23 changed files
with
578 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# "en" in the file name specifies the natural language to be checked, so you can use other ISO codes, e.g. "ru" or "de" | ||
|
||
# A subset of "vale" linter syntax is supported: | ||
# "existence", "substitution", "sequence", "capitalization", "occurrence", "conditional" rule types. | ||
# See https://docs.errata.ai/vale/styles#extension-points for more details. | ||
|
||
extends: substitution | ||
message: Consider using %s | ||
level: warning | ||
ignorecase: true | ||
swap: | ||
(the|this) bot: Glyph | ||
--- | ||
extends: substitution | ||
message: %s is captitalized at the Q and the V | ||
level: warning | ||
ignorecase: false | ||
swap: | ||
quickview: QuickView | ||
quickviews: QuickViews | ||
quick[ -]views: QuickViews | ||
--- | ||
extends: substitution | ||
message: Fur Affinity is two words | ||
level: warning | ||
ignorecase: true | ||
swap: | ||
furaffinity: Fur Affinity |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
FROM python:3 | ||
RUN pip install sphinx sphinx_rtd_theme |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.