Skip to content

Commit f95efe4

Browse files
authored
Merge pull request #7205 from magento-lynx/AC-1509
[Lynx] Remove outdated JSCS static tests from magento
2 parents 2399c8c + 4f77a7b commit f95efe4

File tree

4 files changed

+6
-25
lines changed

4 files changed

+6
-25
lines changed

composer.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dev/tools/grunt/configs/jscs.json

Lines changed: 0 additions & 16 deletions
This file was deleted.

dev/tools/grunt/tasks/static.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,11 @@ module.exports = function (grunt) {
2222
tasks = [
2323
'continue:on',
2424
'eslint:' + currentTarget,
25-
'jscs:' + currentTarget,
2625
'continue:off',
2726
'continue:fail-on-warning'
2827
];
2928

3029
setConfig('eslint', currentTarget, cvf.getFiles(file));
31-
setConfig('jscs', currentTarget, cvf.getFiles(file));
3230
grunt.task.run(tasks);
3331

3432
if (!grunt.option('file')) {

package.json.sample

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
"grunt-contrib-watch": "~1.1.0",
2323
"grunt-eslint": "~20.2.0",
2424
"grunt-exec": "~3.0.0",
25-
"grunt-jscs": "~3.0.1",
2625
"grunt-replace": "~2.0.2",
2726
"grunt-styledocco": "~0.3.0",
2827
"grunt-template-jasmine-requirejs": "~0.2.3",

0 commit comments

Comments
 (0)