Esanders has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/350872 )

Change subject: Remove eslint:fix
......................................................................

Remove eslint:fix

Not very useful now rules are stable.

Change-Id: I62a84b89f1cbb5d66cd9a5f62bc941ebb6889352
---
M Gruntfile.js
1 file changed, 0 insertions(+), 9 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/VisualEditor/VisualEditor 
refs/changes/72/350872/1

diff --git a/Gruntfile.js b/Gruntfile.js
index fa14180..702ad33 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -266,14 +266,6 @@
                        ]
                },
                eslint: {
-                       fix: {
-                               options: {
-                                       fix: true
-                               },
-                               src: [
-                                       '<%= eslint.main %>'
-                               ]
-                       },
                        main: [
                                '*.js',
                                '{bin,build,demos,src,tests,rebaser}/**/*.js',
@@ -414,7 +406,6 @@
        grunt.registerTask( 'build', [ 'clean', 'concat', 'cssjanus', 
'cssUrlEmbed', 'copy', 'buildloader' ] );
        grunt.registerTask( 'lint', [ 'tyops', 'eslint:main', 'stylelint', 
'jsonlint', 'banana' ] );
        grunt.registerTask( 'unit', [ 'karma:main' ] );
-       grunt.registerTask( 'fix', [ 'eslint:fix' ] );
        grunt.registerTask( '_test', [ 'lint', 'git-build', 'build', 'unit' ] );
        grunt.registerTask( 'ci', [ '_test', 'git-status' ] );
        grunt.registerTask( 'watch', [ 'karma:bg:start', 'runwatch' ] );

-- 
To view, visit https://gerrit.wikimedia.org/r/350872
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I62a84b89f1cbb5d66cd9a5f62bc941ebb6889352
Gerrit-PatchSet: 1
Gerrit-Project: VisualEditor/VisualEditor
Gerrit-Branch: master
Gerrit-Owner: Esanders <esand...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to