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

MAINT: Update vale version 3.1.0 #613

Merged
merged 6 commits into from
Feb 21, 2024
Merged
Show file tree
Hide file tree
Changes from 5 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
1 change: 1 addition & 0 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
uses: ansys/actions/doc-style@v5
with:
token: ${{ secrets.GITHUB_TOKEN }}
vale-version: "3.1.0"

smoke-tests:
name: Build and Smoke tests
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ This document follows the conventions laid out in [Keep a CHANGELOG](https://kee
- Add logo for dark theme ([#601](https://github.com/ansys/pymechanical/pull/601))

### Changed
- Update ``pre-commit`` ([#610](https://github.com/ansys/pymechanical/pull/610))
- Update ``pre-commit`` ([#610](https://github.com/ansys/pymechanical/pull/610))
- Update vale version to 3.1.0 ([#613](https://github.com/ansys/pymechanical/pull/613))

### Dependencies
- Bump `plotly` from 5.18.0 to 5.19.0 ([#605](https://github.com/ansys/pymechanical/pull/605))
Expand Down
1 change: 1 addition & 0 deletions doc/.vale.ini
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Vocab = ANSYS
# Apply the following styles
[*.{rst}]
BasedOnStyles = Vale, Google
Vale.Terms = NO

# By default, `class` and `func` are ignored
TokenIgnores = (:class:`.*`|:func:`.*`)
Expand Down
4 changes: 2 additions & 2 deletions doc/styles/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*
!Vocab
!Vocab/**
!config
!config/**
dipinknair marked this conversation as resolved.
Show resolved Hide resolved
!.gitignore
Loading