Skip to content
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

Update DeviceAgnosticism.yml #76

Merged
merged 1 commit into from
Oct 3, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions styles/Splunk/DeviceAgnosticism.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
extends: substitution
message: "Avoid device-specific language. Use '%s' instead of '%s'."
message: "Avoid device-specific language as much as possible. Use '%s' instead of '%s'."
link: 'https://docs.splunk.com/Documentation/StyleGuide/current/StyleGuide/Deviceagnosticism'
level: error
ignorecase: true
Expand All @@ -9,9 +9,8 @@ swap:
'click': select
'choose': select
'hit': select
'long press': If there are multiple ways a user can interact with a touch screen, use an input-agnostic term like "select and hold".
'pinch': If there are multiple ways a user can interact with a touch screen, use an input-agnostic term like "zoom out".
'long press': select and hold
'pinch': zoom out
'press': select
'spread': If there are multiple ways a user can interact with a touch screen, use an input-agnostic term like "zoom in".
'tap': If there are multiple ways a user can interact with a touch screen, use an input-agnostic term like "select".
'(?<!agent |connection |data |device |event |file | incident |issue |license |error |metric |monitor |resource |service |source )type(?! of|$|`)': Use "enter" to refer to the inputting of text.
'spread': zoom in
'tap': select