Skip to content

Commit a105b2c

Browse files
committed
Merge branch 'main' of github.com:halcyon-tech/docs
2 parents 19c0211 + ecd5e97 commit a105b2c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/content/docs/extensions/rpgle/linter.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ If a linter rules file does not exist, you will be asked asked if you want to cr
2121
## Relative lint config
2222

2323
* If you are developing in source members (`LIB/QRPGLESRC/MYSOURCE.RPGLE`)
24-
* the the linter config exists in `LIB/VSCODE/RPGLINT.JSON`.
25-
* Each library has its own rules configuration file, binding it to all RPGLE sources in that library.
24+
* the the linter config exists in `LIB/VSCODE/RPGLINT.JSON`.
25+
* Each library has its own rules configuration file, binding it to all RPGLE sources in that library.
2626
* config changes get pickup when RPGLE sources are re-opened.
2727
* When developing in the IFS:
2828
* linter rules config exist in `.vscode/rpglint.json` relative to the current working directory.
@@ -52,8 +52,8 @@ Below are some available lint configs. [See the `rpglint.json` schema for the mo
5252
| 🌟 | StringLiteralDupe | boolean | Duplicate string literals are not allowed. |
5353
| 🌟 | RequireBlankSpecial | boolean | *BLANK must be used over empty string literals. |
5454
| 🌟 | CopybookDirective | string | Force which directive which must be used to include other source. (`COPY` or `INCLUDE`) |
55-
| 🌟 | DirectivesCase | string | Directives must be in the specified case. (`lower` or `upper`) |
56-
| 🌟 | UppercaseDirectives | boolean | **Deprecated** use `DirectivesCase` instead. Directives must be in uppercase. |
55+
| 🌟 | DirectiveCase | string | Directives must be in the specified case. (`lower` or `upper`) |
56+
| 🌟 | UppercaseDirectives | boolean | **Deprecated** use `DirectiveCase` instead. Directives must be in uppercase. |
5757
| 🤔 | NoSQLJoins | boolean | JOINs in Embedded SQL are not allowed. |
5858
| 🌟 | NoGlobalsInProcedures | boolean | Globals are not allowed in procedures. |
5959
| 🌟 | SpecificCasing | array | Specific casing for op codes, declartions or built-in functions codes. |
@@ -66,7 +66,7 @@ Below are some available lint configs. [See the `rpglint.json` schema for the mo
6666
| 🔒 | NoExecuteImmediate | boolean | Embedded SQL statement with EXECUTE IMMEDIATE not allowed. |
6767
| 🔒 | NoExtProgramVariable | boolean | Declaring a prototype with EXTPGM and EXTPROC using a procedure is now allowed. |
6868
| 🤔🌟 | IncludeMustBeRelative | boolean | When using copy or include statements, path must be relative to the root. Usage is only recommended for local/workspace projects. |
69-
| 🤔 | SQLHostVarCheck | boolean | Warns when referencing variables in Embedded SQL that are also defined locally. |
69+
| 🤔 | SQLHostVarCheck | boolean | Warns when referencing variables in Embedded SQL that are also defined locally. |
7070
| 🤔 | RequireOtherBlock | boolean | Requires `SELECT` blocks to have an `OTHER` block. |
7171

7272
**Type key**

0 commit comments

Comments
 (0)