Skip to content

Commit

Permalink
New Headings rule based on Microsoft.Headings.
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrosousa committed May 27, 2020
1 parent 498492f commit 7f26588
Showing 1 changed file with 106 additions and 0 deletions.
106 changes: 106 additions & 0 deletions styles-vale/OutSystems/Headings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,106 @@
# Adapted from Microsoft.Headings
# Changed: exceptions
# Previous link: https://docs.microsoft.com/en-us/style-guide/capitalization
extends: capitalization
message: "'%s' should use sentence-style capitalization."
level: warning
scope: heading
match: $sentence
indicators:
- ':'
- '.'
exceptions:
# Product
- Service
- Studio
- Center
- LifeTime
- Early Access
# Concepts
- Action
- Activity
- Aggregate
- Ajax
- App
- Application Template
- Area
- Attribute
- Callback
- Client
- Entity
- Entities
- Exception
- Identifier
- Library
- Local
- Method
- Mobile
- Mobile Apps Build Service
- Module
- Personal
- Process
- Progressive
- Public
- Reactive
- Record
- Refresh
- Role
- Screen
- Server
- Site Property
- SQL
- Static
- Structure
- Taskbox
- Theme
- Timer
- Traditional
- Variable
- Web
# Events
- On Initialize
- On Ready
- On Render
- On After Fetch
- On Parameters Changed
- On Destroy
# UI Patterns and Widgets
- Pattern
- Columns
- Carousel
- Checkbox
- Columns
- Date Picker
- Gallery
- Lightbox Image
- Master Detail
- Range Slider
- Range Slider Interval
- Split Screen
- Stacked Cards
- Swipe Events
- Switch
- Touch Events
# Widgets
- Widget
- Link
- List Item
# Third Party
- Android
- Apple Developer
- Azure
- Cascading Style Sheets
- Chrome
- Code
- Docker
- Excel
- Google Play
- iOS
- Kubernetes
- Package
- Store
- Tips
- Tricks
- TypeScript
- Windows
- Visual Studio

0 comments on commit 7f26588

Please sign in to comment.