Skip to content

Commit

Permalink
remove attribution headers
Browse files Browse the repository at this point in the history
- attribution can be seen via the git log/git blame/github history
- adding it in the files is unnecessary noise and inconsistent between files
  • Loading branch information
chrisbreiding committed May 27, 2020
1 parent cdb1ce0 commit bcc04a6
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 24 deletions.
5 changes: 0 additions & 5 deletions lib/rules/assertion-before-screenshot.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/**
* @fileoverview Assert on the page state before taking a screenshot, so the screenshot is consistent
* @author Luke Page
*/

'use strict'

const assertionCommands = [
Expand Down
5 changes: 0 additions & 5 deletions lib/rules/no-assigning-return-values.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/**
* @fileoverview Prevent assigning return value of cy calls
* @author Elad Shahar
*/

'use strict'

// safely get nested object property
Expand Down
5 changes: 0 additions & 5 deletions lib/rules/no-force.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/**
* @fileoverview Disallow using of \'force: true\' option for click and type calls
* @author Alex Kuznetsov
*/

'use strict'

//------------------------------------------------------------------------------
Expand Down
5 changes: 0 additions & 5 deletions lib/rules/no-unnecessary-waiting.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/**
* @fileoverview Prevent waiting for arbitrary time periods
* @author Elad Shahar
*/

'use strict'

module.exports = {
Expand Down
4 changes: 0 additions & 4 deletions lib/rules/require-data-selectors.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* @fileoverview Use data-* attribute selectors instead of classes or tag names
* @author Sandeep Baldawa
*/
'use strict'

module.exports = {
Expand Down

0 comments on commit bcc04a6

Please sign in to comment.