We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8defa9a commit 1fde2bcCopy full SHA for 1fde2bc
.github/workflows/ruleset.xml
@@ -9,7 +9,7 @@
9
</description>
10
11
<!-- Only run on Fortran files in src/ directory and Python files in toolchain/ directory -->
12
- <filepattern><MFC/>src/.*\.(f|fpp|for|f90|f95|f03|f08)$</filepattern>
13
- <filepattern><MFC/>toolchain/.*\.(py)$</filepattern>
+ <include-pattern>.*/src/.*\.(f|fpp|for|f90|f95|f03|f08)$</include-pattern>
+ <include-pattern>.*/toolchain/.*\.py$</include-pattern>
14
15
</ruleset>
0 commit comments