Samsung / TAU

TAU (Tizen Advanced UI) project for supporting web app development based on web-based ui widget components library
Other
49 stars 42 forks source link

Add SonarLint rules to repository #1068

Open lmslachciak opened 4 years ago

lmslachciak commented 4 years ago

Add SonarLint configuration file compatible with Samsung's SVACE.

TomaszLukawskiSam commented 4 years ago

I prepared file sonarlint.rules.json according to SVACE for JS. This is config for SonarLint obraz

You can copy-paste content of this file to local configuration of SonarLint extension for VSCode in file ~/.config/Code/User/settings.json

TomaszLukawskiSam commented 4 years ago

I merged PR #1070 but we can better investigate this problem as @lslachciak suggested.

I thing we should prepare config file for the workspace not for user If you go to the plugin configuration and click on the worksapce tab --> Edit in settings.json new file will be create under src/.vscode/settings.json (if you started vscode with src folder)