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

fix: doc-style fix #3400

Merged
merged 10 commits into from
Oct 17, 2024
Merged
Show file tree
Hide file tree
Changes from 8 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: 4 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,12 @@ jobs:
steps:
- uses: actions/checkout@v4
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just realized - there is no need for this.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Opened #3402

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@RobPasMue Ok. We will remove it soon. Thank you.

- name: Running Vale
uses: errata-ai/vale-action@reviewdog
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
uses: ansys/actions/doc-style@v8
with:
token: ${{ secrets.GITHUB_TOKEN }}
files: doc
reporter: github-pr-check
level: error
filter_mode: nofilter
fail_on_error: true
vale-config: doc/.vale.ini
vale-version: "3.4.1"

code-style:
name: Code style
Expand Down
File renamed without changes.
4 changes: 4 additions & 0 deletions doc/styles/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
*
!config
!config/**
!.gitignore
80 changes: 80 additions & 0 deletions doc/styles/config/vocabularies/ANSYS/accept.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
(?i)Ansys
prmukherj marked this conversation as resolved.
Show resolved Hide resolved
(?i)gRPC
(?i)PyAnsys
[Ff]luent
[Jj]ournaling
[Mm]atplotlib
[Pp]athlines
[Pp]ostprocessing
[Ss]ession
[Ss]ettings
[Ss]treaming
API
batch_ops
CAD
caf
CaseFile
CommandArguments
DataFile
Dockerfile
endblock
endfor
endif
error_handler
events
EventsManager
falsy
field_data
Fluent's
fluent_connection
fullname
health_check
hexahedral
inout
interceptors
load_machines
machine_list
mass_average
mass_flow
mass_integrated_average
mesher
meshing's
meshing_queries
meshing_workflow
metaclass
metaclasses
monitor
MonitorsManager
numpy
postprocess
PIM
PyFluent
Pythonic
post_helper
post_objects_container
pyvista
rpc
rpvars
sbatch
scheme_eval
session_base_meshing
session_meshing
session_pure_meshing
session_solver
session_solver_icing
session_solver_lite
slurm
Slurm
SVAR
svar_data
svar_info
SVARs
solution_variable_data
solution_variable_info
transcript
TUI
UDFs
Univa
venv
create_workflow
load_workflow
Empty file.
Loading