Skip to content

Commit 1f6f977

Browse files
Integrate CSS analysis from sonar-css (#2864)
Co-authored-by: vilchik.elena <[email protected]>
1 parent c92cfbe commit 1f6f977

File tree

206 files changed

+41559
-317
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

206 files changed

+41559
-317
lines changed

Diff for: .gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,6 @@
7272
path = its/sources/javascript-test-sources
7373
url = https://github.com/SonarSource/javascript-test-sources.git
7474
ignore = untracked
75+
[submodule "its/css-sources/projects"]
76+
path = its/css-sources/projects
77+
url = https://github.com/SonarSource/css-test-sources

Diff for: css-sonarpedia/sonarpedia.json

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"rules-metadata-path": "sonar-javascript-plugin/src/main/resources/org/sonar/l10n/css/rules/css",
3+
"languages": [
4+
"CSS"
5+
],
6+
"latest-update": "2021-03-02T17:22:27.244283200Z",
7+
"options": {
8+
"no-language-in-filenames": true
9+
}
10+
}

0 commit comments

Comments
 (0)