@@ -76,29 +76,26 @@ Using incorrect type and rank as function argument
76
76
77
77
![ alt] ( assets/lint-demo2.gif )
78
78
79
- | 📝️ Note |
80
- | ------------------------------------------ |
81
- | Save your file to generate linting results |
79
+ | 📝️ Note | Save your file to generate linting results |
80
+ | -------- | ------------------------------------------ |
82
81
83
82
Linting results can be improved by providing additional options to the compiler.
84
83
85
84
### Including directories
86
85
87
86
You can control the include paths to be used by the linter with the ` fortran.linter.includePaths ` option.
88
87
89
- | ❗️ Important |
90
- | ------------------------------------------------------------------------------------------------------------------ |
91
- | For the best linting results ` linter.includePaths ` should match the included paths for your project's compilation. |
88
+ | ❗️ Important | For the best linting results ` linter.includePaths ` should match the included paths for your project's compilation. |
89
+ | ------------- | ------------------------------------------------------------------------------------------------------------------ |
92
90
93
91
``` json
94
92
{
95
93
"fortran.linter.includePaths" : [" /usr/include/**" , " ${workspaceFolder}/include/**" ]
96
94
}
97
95
```
98
96
99
- | ❗️ Important |
100
- | -------------------------------------------------------------------------------- |
101
- | If a glob pattern is used only directories matching the pattern will be included |
97
+ | ❗️ Important | If a glob pattern is used only directories matching the pattern will be included |
98
+ | ------------- | -------------------------------------------------------------------------------- |
102
99
103
100
### Additional linting options
104
101
@@ -234,9 +231,8 @@ If the formatter is not present in the `PATH` its location can be input with
234
231
}
235
232
```
236
233
237
- | :memo : Note |
238
- | ---------------------------------------------------------------------- |
239
- | ` findent ` can also be used to generate dependency files for a project. |
234
+ | 📝️ Note | ` findent ` can also be used to generate dependency files for a project. |
235
+ | -------- | ---------------------------------------------------------------------- |
240
236
241
237
## Snippets
242
238
0 commit comments