Skip to content

Commit

Permalink
Remove duplicate fileoverview comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sudo-suhas authored and ganimomer committed Jan 23, 2018
1 parent e3d3a74 commit 969a658
Show file tree
Hide file tree
Showing 35 changed files with 1 addition and 102 deletions.
3 changes: 0 additions & 3 deletions src/rules/callback-binding.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
*/
'use strict'

/**
* @fileoverview Rule to disallow the use of a chain for a single method
*/
// ------------------------------------------------------------------------------
// Rule Definition
// ------------------------------------------------------------------------------
Expand Down
3 changes: 0 additions & 3 deletions src/rules/chain-style.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
*/
'use strict'

/**
* @fileoverview Rule to enforce a specific chain style
*/
//------------------------------------------------------------------------------
// Rule Definition
//------------------------------------------------------------------------------
Expand Down
3 changes: 0 additions & 3 deletions src/rules/chaining.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
*/
'use strict'

/**
* @fileoverview Rule to check if the expression could be better expressed as a chain
*/
//------------------------------------------------------------------------------
// Rule Definition
//------------------------------------------------------------------------------
Expand Down
3 changes: 0 additions & 3 deletions src/rules/collection-method-value.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
*/
'use strict'

/**
* @fileoverview Rule to enforce usage of collection method values
*/
//------------------------------------------------------------------------------
// Rule Definition
//------------------------------------------------------------------------------
Expand Down
3 changes: 0 additions & 3 deletions src/rules/collection-return.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
*/
'use strict'

/**
* @fileoverview Rule to check that iteratees for all collection functions except forEach return a value;
*/
//------------------------------------------------------------------------------
// Rule Definition
//------------------------------------------------------------------------------
Expand Down
3 changes: 0 additions & 3 deletions src/rules/identity-shorthand.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
*/
'use strict'

/**
* @fileoverview Rule to check if the identity shorthand can be used
*/
// ------------------------------------------------------------------------------
// Rule Definition
// ------------------------------------------------------------------------------
Expand Down
3 changes: 0 additions & 3 deletions src/rules/import-scope.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
*/
'use strict'

/**
* @fileoverview Rule to disallow the use of a chain for a single method
*/
// ------------------------------------------------------------------------------
// Rule Definition
// ------------------------------------------------------------------------------
Expand Down
3 changes: 0 additions & 3 deletions src/rules/matches-prop-shorthand.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
*/
'use strict'

/**
* @fileoverview Rule to check if the macthesProperty shorthand can be used
*/
// ------------------------------------------------------------------------------
// Rule Definition
// ------------------------------------------------------------------------------
Expand Down
3 changes: 0 additions & 3 deletions src/rules/matches-shorthand.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
*/
'use strict'

/**
* @fileoverview Rule to check if the matches shorthand can be used
*/
// ------------------------------------------------------------------------------
// Rule Definition
// ------------------------------------------------------------------------------
Expand Down
3 changes: 0 additions & 3 deletions src/rules/no-commit.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
*/
'use strict'

/**
* @fileoverview Rule to disallow using _.prototype.commit.
*/
//------------------------------------------------------------------------------
// Rule Definition
//------------------------------------------------------------------------------
Expand Down
3 changes: 0 additions & 3 deletions src/rules/no-double-unwrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
*/
'use strict'

/**
* @fileoverview Rule to make sure value() wasn't called on a lodash chain twice
*/
// ------------------------------------------------------------------------------
// Rule Definition
// ------------------------------------------------------------------------------
Expand Down
3 changes: 0 additions & 3 deletions src/rules/no-extra-args.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
*/
'use strict'

/**
* @fileoverview Rule to make sure lodash method calls don't use superfluous arguments
*/
//------------------------------------------------------------------------------
// Rule Definition
//------------------------------------------------------------------------------
Expand Down
1 change: 1 addition & 0 deletions src/rules/no-unbound-this.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
* @fileoverview Rule to check that all uses of `this` inside collection methods are bound
*/
'use strict'

//------------------------------------------------------------------------------
// Rule Definition
//------------------------------------------------------------------------------
Expand Down
3 changes: 0 additions & 3 deletions src/rules/path-style.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
*/
'use strict'

/**
* @fileoverview Rule to check if there's a JS native method in the lodash chain
*/
//------------------------------------------------------------------------------
// Rule Definition
//------------------------------------------------------------------------------
Expand Down
3 changes: 0 additions & 3 deletions src/rules/prefer-compact.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
*/
'use strict'

/**
* @fileoverview Rule to check if a call to filter should be a call to compact
*/
//------------------------------------------------------------------------------
// Rule Definition
//------------------------------------------------------------------------------
Expand Down
3 changes: 0 additions & 3 deletions src/rules/prefer-constant.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
*/
'use strict'

/**
* @fileoverview Rule to check if the expression could be better expressed as a _.constant
*/
//------------------------------------------------------------------------------
// Rule Definition
//------------------------------------------------------------------------------
Expand Down
3 changes: 0 additions & 3 deletions src/rules/prefer-filter.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
*/
'use strict'

/**
* @fileoverview Rule to check if a call to _.forEach should be a call to _.filter
*/
//------------------------------------------------------------------------------
// Rule Definition
//------------------------------------------------------------------------------
Expand Down
3 changes: 0 additions & 3 deletions src/rules/prefer-flat-map.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
*/
'use strict'

/**
* @fileoverview Rule to check if a call to map and flatten should be a call to _.flatMap
*/
//------------------------------------------------------------------------------
// Rule Definition
//------------------------------------------------------------------------------
Expand Down
3 changes: 0 additions & 3 deletions src/rules/prefer-get.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
*/
'use strict'

/**
* @fileoverview Rule to check if an "&&" experssion should be a call to _.get or _.has
*/
//------------------------------------------------------------------------------
// Rule Definition
//------------------------------------------------------------------------------
Expand Down
3 changes: 0 additions & 3 deletions src/rules/prefer-includes.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
*/
'use strict'

/**
* @fileoverview Rule to check if an indexOfComparison should be a call to _.includes
*/
//------------------------------------------------------------------------------
// Rule Definition
//------------------------------------------------------------------------------
Expand Down
3 changes: 0 additions & 3 deletions src/rules/prefer-is-nil.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
*/
'use strict'

/**
* @fileoverview Rule to prefer _.noop over an empty function
*/
//------------------------------------------------------------------------------
// Rule Definition
//------------------------------------------------------------------------------
Expand Down
3 changes: 0 additions & 3 deletions src/rules/prefer-lodash-chain.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
*/
'use strict'

/**
* @fileoverview Rule to check if there's a JS native method in the lodash chain
*/
//------------------------------------------------------------------------------
// Rule Definition
//------------------------------------------------------------------------------
Expand Down
3 changes: 0 additions & 3 deletions src/rules/prefer-lodash-typecheck.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
*/
'use strict'

/**
* @fileoverview Rule to check if there's a method in the chain start that can be in the chain
*/
//------------------------------------------------------------------------------
// Rule Definition
//------------------------------------------------------------------------------
Expand Down
3 changes: 0 additions & 3 deletions src/rules/prefer-map.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
*/
'use strict'

/**
* @fileoverview Rule to check if a call to _.forEach should be a call to _.filter
*/
//------------------------------------------------------------------------------
// Rule Definition
//------------------------------------------------------------------------------
Expand Down
3 changes: 0 additions & 3 deletions src/rules/prefer-matches.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
*/
'use strict'

/**
* @fileoverview Rule to check if an "&&" experssion should be a call to _.get or _.has
*/
//------------------------------------------------------------------------------
// Rule Definition
//------------------------------------------------------------------------------
Expand Down
3 changes: 0 additions & 3 deletions src/rules/prefer-noop.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
*/
'use strict'

/**
* @fileoverview Rule to prefer _.noop over an empty function
*/
//------------------------------------------------------------------------------
// Rule Definition
//------------------------------------------------------------------------------
Expand Down
3 changes: 0 additions & 3 deletions src/rules/prefer-over-quantifier.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
*/
'use strict'

/**
* @fileoverview Rule to check if a _.filter condition or multiple filters should be _.overEvery or _.overSome
*/
//------------------------------------------------------------------------------
// Rule Definition
//------------------------------------------------------------------------------
Expand Down
3 changes: 0 additions & 3 deletions src/rules/prefer-reject.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
*/
'use strict'

/**
* @fileoverview Rule to check if a call to filter should be a call to reject
*/
//------------------------------------------------------------------------------
// Rule Definition
//------------------------------------------------------------------------------
Expand Down
3 changes: 0 additions & 3 deletions src/rules/prefer-some.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
*/
'use strict'

/**
* @fileoverview Rule to check if a findIndex comparison should be a call to _.some
*/
//------------------------------------------------------------------------------
// Rule Definition
//------------------------------------------------------------------------------
Expand Down
3 changes: 0 additions & 3 deletions src/rules/prefer-startswith.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
*/
'use strict'

/**
* @fileoverview Rule to check if a call to _.indexOf === 0 should be a call to _.startsWith
*/
//------------------------------------------------------------------------------
// Rule Definition
//------------------------------------------------------------------------------
Expand Down
3 changes: 0 additions & 3 deletions src/rules/prefer-thru.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
*/
'use strict'

/**
* @fileoverview Rule to check if there's a method in the chain start that can be in the chain
*/
//------------------------------------------------------------------------------
// Rule Definition
//------------------------------------------------------------------------------
Expand Down
3 changes: 0 additions & 3 deletions src/rules/prefer-times.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
*/
'use strict'

/**
* @fileoverview Rule to check if a call to map should be a call to times
*/
//------------------------------------------------------------------------------
// Rule Definition
//------------------------------------------------------------------------------
Expand Down
3 changes: 0 additions & 3 deletions src/rules/prefer-wrapper-method.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
*/
'use strict'

/**
* @fileoverview Rule to check if there's a method in the chain start that can be in the chain
*/
//------------------------------------------------------------------------------
// Rule Definition
//------------------------------------------------------------------------------
Expand Down
3 changes: 0 additions & 3 deletions src/rules/preferred-alias.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
*/
'use strict'

/**
* @fileoverview Rule to ensure consistency of aliases of lodash methods
*/
//------------------------------------------------------------------------------
// Rule Definition
//------------------------------------------------------------------------------
Expand Down
3 changes: 0 additions & 3 deletions src/rules/prop-shorthand.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
*/
'use strict'

/**
* @fileoverview Rule to check if the property shorthand can be used
*/
// ------------------------------------------------------------------------------
// Rule Definition
// ------------------------------------------------------------------------------
Expand Down

0 comments on commit 969a658

Please sign in to comment.