intel / intel/dml-language-server
Discussion on indentation rules around '#if' during linting
Open
Linter
question
- Dominant language
- Rust
- Stars
- 9
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
Lint gives incorrect warning for statements inside #if in case.
```
switch (foo) {
case 0:
#if (true) {
bar();
}
}
```
Will warn on the 'bar();' line
Contributor guide
Assessment
This issue has not been assessed yet.