Skip to content

Commit c98de51

Browse files
committed
Makes note, warnings onliners
1 parent 3eac8fd commit c98de51

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

README.md

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -76,29 +76,26 @@ Using incorrect type and rank as function argument
7676

7777
![alt](assets/lint-demo2.gif)
7878

79-
| 📝️ Note |
80-
| ------------------------------------------ |
81-
| Save your file to generate linting results |
79+
| 📝️ Note | Save your file to generate linting results |
80+
| -------- | ------------------------------------------ |
8281

8382
Linting results can be improved by providing additional options to the compiler.
8483

8584
### Including directories
8685

8786
You can control the include paths to be used by the linter with the `fortran.linter.includePaths` option.
8887

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+
| ------------- | ------------------------------------------------------------------------------------------------------------------ |
9290

9391
```json
9492
{
9593
"fortran.linter.includePaths": ["/usr/include/**", "${workspaceFolder}/include/**"]
9694
}
9795
```
9896

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+
| ------------- | -------------------------------------------------------------------------------- |
10299

103100
### Additional linting options
104101

@@ -234,9 +231,8 @@ If the formatter is not present in the `PATH` its location can be input with
234231
}
235232
```
236233

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+
| -------- | ---------------------------------------------------------------------- |
240236

241237
## Snippets
242238

0 commit comments

Comments
 (0)