Skip to content

Commit 63e7d67

Browse files
authored
Removing authors from files and adding script to generate (#64)
1 parent 4b22ef1 commit 63e7d67

13 files changed

+25
-12
lines changed

AUTHORS.txt

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
Chad Hietala <[email protected]>
2+
Chris Thoburn <[email protected]>
3+
David J. Hamilton <[email protected]>
4+
Edilberto Ruvalcaba <[email protected]>
5+
Ilya Radchenko <[email protected]>
6+
Justin Lan <[email protected]>
7+
Katie Gengler <[email protected]>
8+
Kyle Turney <[email protected]>
9+
Marc Lynch <[email protected]>
10+
Mikael Riska <[email protected]>
11+
Quinn C. Hoyer <[email protected]>
12+
Ryunosuke Sato <[email protected]>
13+
Sean Johnson <[email protected]>
14+
Sean Johnson <[email protected]>
15+
Stefan Penner <[email protected]>
16+
Steve Calvert <[email protected]>
17+
Steve Calvert <[email protected]>
18+
19+
Trent Willis <[email protected]>
20+
Trent Willis <[email protected]>
21+
Zhongliang Wang <[email protected]>
22+
bravo-kernel <[email protected]>
23+

lib/rules/no-2.0.0-hooks.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/**
22
* @fileOverview Don't use Ember 2.0.0 hooks.
3-
* @author Chad Hietala
43
*/
54
'use strict';
65

lib/rules/no-attrs-snapshot.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/**
22
* @fileOverview Disallow use of attrs snapshot in `didReceiveAttrs` and `didUpdateAttrs`.
3-
* @author Chad Hietala
43
*/
54
'use strict';
65

lib/rules/no-attrs.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/**
22
* @fileOverview Disallow the use of `this.attrs`.
3-
* @author Chad Hietala
43
*/
54
'use strict';
65

lib/rules/no-broken-super-chain.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/**
22
* @fileOverview Prevent the absence of this._super() in init() calls or the use of this prior to this._super()
3-
* @author Quinn C Hoyer
43
*/
54

65
const MESSAGES = {

lib/rules/no-global-jquery.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/**
22
* @fileOverview Disallow the use of global `$`.
3-
* @author Steve Calvert
43
*/
54
'use strict';
65

lib/rules/no-jquery-methods.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/**
22
* @fileOverview Disallow the use of specific jQuery methods.
3-
* @author Marc Lynch
43
*/
54
'use strict';
65

lib/rules/no-lifecycle-events.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/**
22
* @fileOverview Disallow use of lifecycle events using `.on()`.
3-
* @author Chad Hietala
43
*/
54
'use strict';
65

lib/rules/no-observers.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/**
22
* @fileOverview Disallow use of observers.
3-
* @author Chad Hietala
43
*/
54
'use strict';
65

lib/rules/no-send-action.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/**
22
* @fileOverview Disallow use of sendAction
3-
* @author Edilberto Ruvalcaba
43
*/
54
'use strict';
65

0 commit comments

Comments
 (0)