-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removing authors from files and adding script to generate (#64)
- Loading branch information
Showing
13 changed files
with
25 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
Chad Hietala <chadhietala@gmail.com> | ||
Chris Thoburn <runspired@users.noreply.github.com> | ||
David J. Hamilton <github@hjdivad.com> | ||
Edilberto Ruvalcaba <eruvalcaba@linkedin.com> | ||
Ilya Radchenko <knownasilya@gmail.com> | ||
Justin Lan <julan@linkedin.com> | ||
Katie Gengler <katie@kmg.io> | ||
Kyle Turney <turney.kyle@gmail.com> | ||
Marc Lynch <lynchbomb@users.noreply.github.com> | ||
Mikael Riska <mikael.riska@ecraft.com> | ||
Quinn C. Hoyer <qhoyer@linkedin.com> | ||
Ryunosuke Sato <tricknotes.rs@gmail.com> | ||
Sean Johnson <seanjohnson08@gmail.com> | ||
Sean Johnson <sejohnson@linkedin.com> | ||
Stefan Penner <stefan.penner@gmail.com> | ||
Steve Calvert <scalvert@linkedin.com> | ||
Steve Calvert <steve.calvert@gmail.com> | ||
Tomster <tomster@emberjs.com> | ||
Trent Willis <trentmwillis@gmail.com> | ||
Trent Willis <twillis@linkedin.com> | ||
Zhongliang Wang <Cryrivers@users.noreply.github.com> | ||
bravo-kernel <bravo-kernel@users.noreply.github.com> | ||
shamcode <shamcode@gmail.com> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
/** | ||
* @fileOverview Don't use Ember 2.0.0 hooks. | ||
* @author Chad Hietala | ||
*/ | ||
'use strict'; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
/** | ||
* @fileOverview Disallow the use of `this.attrs`. | ||
* @author Chad Hietala | ||
*/ | ||
'use strict'; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
/** | ||
* @fileOverview Disallow the use of global `$`. | ||
* @author Steve Calvert | ||
*/ | ||
'use strict'; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
/** | ||
* @fileOverview Disallow the use of specific jQuery methods. | ||
* @author Marc Lynch | ||
*/ | ||
'use strict'; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
/** | ||
* @fileOverview Disallow use of lifecycle events using `.on()`. | ||
* @author Chad Hietala | ||
*/ | ||
'use strict'; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
/** | ||
* @fileOverview Disallow use of observers. | ||
* @author Chad Hietala | ||
*/ | ||
'use strict'; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
/** | ||
* @fileOverview Disallow use of sendAction | ||
* @author Edilberto Ruvalcaba | ||
*/ | ||
'use strict'; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters