-
I didn't find a linter for this so I'm creating an issue here.
I asked Gopher Slack community https://gophers.slack.com/archives/C4MTR76PQ/p1719215628975379
And it appears I was right and this l…
-
Incorrect quick for Type safety warning:
![issue_1](https://user-images.githubusercontent.com/5179063/38723512-e71405a2-3f33-11e8-8e4f-ef2ec975a23f.PNG)
Fixed the type, warning gone:
![issue_…
-
Hello. Can this plugin help me to delete single item from quickfix list?
-
Reported by @ovatsus in https://github.com/ionide/ionide-vscode-fsharp/issues/738
Ionide-fsharp 3.17.3
If I have some code like this:
let array = [| "A"; "B"; "C"|]
let foo (s: str…
-
- Category
- [x ] Question
- [ ] Bug
- [ ] Suggestion
- OS
- [ ] Linux
- [ x] macOS
- [ ] Windows
- [ ] Etc.
- Vim
- [ ] Vim
- [ x] Neovim
Hello,
…
-
The following code has a quickfix which should change the mutability to "pure" but it does nothing.
```Solidity
pragma solidity ^0.5.4;
contract Contract {
function id(uint a) external retur…
-
```go
// BAD
const (
foo = 1
bar = 2
message = "warn message"
)
// MOSTLY BAD
const foo = 1
const bar = 2
const message = "warn message"
// GOOD
const (
foo = 1
bar = 2
…
-
### Versions
scss-lint version: scss-lint 0.49.0
OS: Win10 x64
IDEA product and version: PhpStorm 2016.2
### Description
Cannot quickfix from Inspection Results window.
### Steps to Reproduce
1. Ru…
-
It appeared a bug that use with https://github.com/scrooloose/syntastic.
the original issue is here: https://github.com/scrooloose/syntastic/issues/1538
And according to @lcd047 's reply, he said it…
-
How can use System.Linq in CSharp Console app. I'm on Mac where can find to add additional .dll. Mono installation???