Ilia Kebets

Results 53 comments of Ilia Kebets

Leaving the current dependencies external (not bundled), as done in #3330, produces a distribution with 7.5k files which is an improvement of only 50% based on the >14k files. And...

We have a use case where we would like to ignore folders containing fixtures with lockfiles.

We chose to deprecate this rule because: - It was originally dropped by Stylelint - It is too noisy as it currently does not support syntaxes other than CSS -...

TODO: - paths in DEV.md - refactor toEncodedMessage - data struct

The IT tests fail because of `ERROR: Error: Cannot find module 'routing'`, I'm investigating why. I suspect it comes from when I refactored `routing` to `express` and back, I must...

I think I have an issue with the params for server start, probably due to having removed `host`.

Fix: https://github.com/SonarSource/rspec/pull/1312

@yassin-kammoun-sonarsource I ran a rule-api update, and verified in the `git diff` that it did remove S4326 from `Sonar_way_profile.json`!

The rule is complicated to implement since `TypeChecker. getTypeAtLocation(node)` returns `Object` for variables of type `Array`. There should be another method to find the exact type since VS code gives...

After trying out multiple methods from the TypeChecker, we didn't manage to differentiate the nodes: - TSasExpression - TSasExpression.expression - TSasExpression.typeAnnotation We have tried the following methods (tc is a...