Jason Gardella
Jason Gardella
This would definitely be helpful. I'm currently manually building a JSON file with the info I need from compat-table in my app, which is prone to breaking when certain changes...
@vasily-kirichenko That's a good point. I was trying to get something working on my branch [here](https://github.com/jgardella/fsharp-support/tree/linter) and I ran into this issue. When you say submodule do you mean a...
Thanks, I'll try it out and see if I can get something working.
I was able to get something working, would really appreciate feedback from @vasily-kirichenko and @auduchinok when you have some time. See the changes [here](https://github.com/JetBrains/fsharp-support/compare/191...jgardella:linter). I haven't created a PR yet...
I've added this to the v1 release milestone. I believe the issue is with our usage of dotnet-projinfo to get the source files from the project and the project options...
I believe this should be fixed with #442. @abelbraaksma or @jmhickman could you try running version 0.16.1 on some of your projects and see if it works?
I think this would be a useful rule to have, but it may be difficult to implement. How can we tell apart normal comments from commented-out code? We would need...
So this is one of the [hints](http://fsprojects.github.io/FSharpLint/rules/FL0065.html) defined in the default configuration file. You can disable it by adding an `fsharplint.json` config file; you can base it on the default...
@abelbraaksma Yes it is, but we changed from using attributes to using [comments](http://fsprojects.github.io/FSharpLint/Suppression.html) for that. But you cannot disable a specific hint, you can only disable all Hints. In this...
Hi @Shmew, thanks for the bug report. When you get a chance, could you please provide a minimum example that reproduces this issue?