Skip to content

Commit f271c8f

Browse files
committed
Fix linting issues.
1 parent eafa5d5 commit f271c8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gruntfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ module.exports = function(grunt) {
7373
'.github/workflows/test-coverage.yml',
7474
'.github/workflows/test-old-branches.yml',
7575
'.github/workflows/upgrade-testing.yml'
76-
]
76+
],
7777

7878
// Prepend `dir` to `file`, and keep `!` in place.
7979
setFilePath = function( dir, file ) {
@@ -236,7 +236,7 @@ module.exports = function(grunt) {
236236

237237
// This is only meant to run within a numbered branch after branching has occurred.
238238
workflows: {
239-
filter: function( filepath ) {
239+
filter: function() {
240240
var allowedTasks = [ 'post-branching', 'clean:workflows' ];
241241
return allowedTasks.some( function( task ) {
242242
return grunt.cli.tasks.indexOf( task ) !== -1;

0 commit comments

Comments
 (0)