aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-css-plugin/src/test
AgeCommit message (Collapse)Author
2019-06-28Exclude JS/TS from analysisvilchik-elena
2019-06-14Revert "Add rule S5362: Expressions within "calc" should be valid (#180)" (#185)Elena Vilchik
This reverts commit 479b21eb67bd2f5f7170cb4e14b19561ed59ddcf.
2019-06-14S4670: add parameter for ignored types (#182)Elena Vilchik
2019-06-14Analyse CSS inside other language files (html, vue) (#183)Elena Vilchik
2019-06-13Add rule S5362: Expressions within "calc" should be valid (#180)Elena Vilchik
Removes S4650 from the default profile, because of overlap.
2019-06-12Consider 'x' unit as compliant for S4653 (#178)Elena Vilchik
2019-06-12Support stylelint report in different encoding (#176)Elena Vilchik
2019-06-12Ignore Angular Material selector types in S4670 (#177)Elena Vilchik
2019-06-11Add warning when old NodeJS property is used (#175)Elena Vilchik
2019-06-07Reuse logic from SonarJS to discover node executable (#173)Elena Vilchik
* Reuse logic from SonarJS to discover node executable * change min size * Fix lookup of node from maven plugin on Win
2019-06-07Add parse error text and position to the log (#172)Elena Vilchik
2019-06-05Avoid false-positive due to CSS Modules specific syntax (#171)Elena Vilchik
2019-04-23Update license headersTibor Blenessy
2018-11-23Fix FP S4659: ":local" and ":global" css-modules switches (#145)1.0.3.724Elena Vilchik
2018-11-21Remove S4664 from default profile (#143)Elena Vilchik
* Remove S4664 from default profile * Activate all rules in IT
2018-11-21Fix FP S4662: @extend in Sass (#144)Elena Vilchik
2018-10-24Register warning when CSS files were not analyzed because of Node.js ↵Janos Gyerik
configuration issues
2018-09-13Log error output from external process and check for return valueTibor Blenessy
2018-07-25Fix regression on number handling introduce by the last fix (#111)Amaury Levé
2018-07-25Improve regex to avoid backtrack and to use non-capturing groups (#110)Amaury Levé
2018-06-28Add 'at-root', 'error' and 'warn' to default of S4662 (#99)Elena Vilchik
2018-06-28Improve the way rules are serialized into stylelint json (#98)Amaury Levé
2018-06-28Add test for stylelintOptions default values (#96)Amaury Levé
2018-06-28Improve logic of node executable detection (#95)Elena Vilchik
2018-06-28Update S4656: Rule should be parameterizedAmaury Levé
2018-06-27Update S4662: Rule should be parameterized (#92)Amaury Levé
2018-06-27Exclude minified files (#93)Elena Vilchik
2018-06-27Make Node configurable (#89)Elena Vilchik
2018-06-27Update S4656: Ignore consecutive duplications with different valuesAmaury Levé
2018-06-26Add unit test for rules regarding styelint key (#84)Amaury Levé
2018-06-26Not fail analysis when syntax error (#80)Elena Vilchik
2018-06-26Do not launch stylelint if no rules enabledElena
2018-06-25Not fail analysis if Node is not available (#73)Elena Vilchik
2018-06-25Cut stylelint key from message (#66)Elena Vilchik
2018-06-22Support import of external stylelint issues report (#65)Elena Vilchik
2018-06-22Fix analysis of project with non-css files (#58)Elena Vilchik
2018-06-21Rule S4653: Units should be valid (#50)Amaury Levé
2018-06-21Add comment lines and lines of code metrics (#49)Amaury Levé
2018-06-21Generate rules configuration file (#56)Elena Vilchik
2018-06-21Improve tokenizer and highlightingAmaury Levé
2018-06-15Add syntax highlighting (#46)Amaury Levé
2018-06-14Integrate stylelint inside plugin (#42)Elena Vilchik
2018-06-13Add syntax highlighting for strings and comments (#43)Amaury Levé
2018-06-12Tokenize CSS (#40)Amaury Levé
2018-06-12Create CSS language and set up trivial ITs (#39)Elena Vilchik