Skip to content

Commit

Permalink
Merge branch 'feat/stub_file_for_meshing_utilities' of https://github…
Browse files Browse the repository at this point in the history
….com/ansys/pyfluent into feat/stub_file_for_meshing_utilities
  • Loading branch information
hpohekar committed Oct 17, 2024
2 parents 5a15d45 + 179f89d commit e196c59
Show file tree
Hide file tree
Showing 5 changed files with 88 additions and 8 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,11 @@ jobs:
steps:
- uses: actions/checkout@v4
- 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

code-style:
name: Code style
Expand Down
2 changes: 1 addition & 1 deletion .vale.ini → doc/.vale.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# =============

# Location of our `styles`
StylesPath = .github/styles
StylesPath = "styles"

# The options are `suggestion`, `warning`, or `error` (defaults to “warning”).
MinAlertLevel = warning
Expand Down
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
(?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.

0 comments on commit e196c59

Please sign in to comment.