Skip to content

Commit 31bed17

Browse files
committed
fix alex equality with a common list of ignores
1 parent 022a01d commit 31bed17

File tree

5 files changed

+17
-4
lines changed

5 files changed

+17
-4
lines changed

.alexrc

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
{
22
"allow": [
3+
"clearly",
4+
"easy",
35
"he-she",
4-
"her-him"
6+
"her-him",
7+
"host-hostess",
8+
"just",
9+
"king-queen",
10+
"nuts",
11+
"of-course",
12+
"savage",
13+
"simple",
14+
"special"
515
],
616
"profanitySureness": 2
717
}

content/ember-1-0-released.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ a number of companies over the years.
244244

245245
* LivingSocial, which funded much of the original work on Ember Data.
246246
* Yapp, whose employees have been working on Ember (and SproutCore before
247-
Ember) for years, and which has dedicated countless man-hours to making Ember
247+
Ember) for years, and which has dedicated countless hours to making Ember
248248
better.
249249
* Zendesk, an early user and contributor to Ember. Thank you for betting on
250250
Ember as early as you did.
@@ -263,7 +263,7 @@ users a place to look at large, real-world projects.
263263
* [Travis CI][18]: A very early Ember adopter. The Ember project makes heavy use of
264264
Travis, so thank you!
265265
* [Discourse][19]: The increasingly popular forum engine that now powers
266-
TalkingPointsMemo and BoingBoing. These guys have contributed heavily to Ember
266+
TalkingPointsMemo and BoingBoing. These folks have contributed heavily to Ember
267267
and its community.
268268
* Balanced: Balanced is an [open-source][20], **open company**. They use Ember
269269
for their [dashboard][21].

content/glimmer-progress-report.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ address.
5454
Glimmer.js is our way to iterate on a new component API until we have something
5555
we feel confident submitting to the Ember RFC process.
5656

57+
<!--alex disable gal-guy-->
5758
We've already received incredibly useful feedback from early adopters. In
5859
addition, fellow core team member Chad Hietala and I have been on a team at
5960
LinkedIn using Glimmer.js to build a production application.

content/mentorship-program.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ Mentorship is a responsibility shared by our entire community, and we’re excit
2121

2222
In addition to some fun new plans, the Ember Mentorship Program umbrella captures and unifies a bunch of existing efforts. Some are face-to-face events, others are remote, and some combine the two.
2323

24-
24+
<!--alex disable gals-men-->
25+
<!--alex disable women-->
2526
Some of the things we've already been doing:
2627

2728
- The annual Mentorship Workshop and Mixer, an event at [EmberConf](https://emberconf.com) that matches mentors with mentees, giving them time to get to know each other both ahead of and during the conference.

content/the-ember-times-issue-184.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Please check out the [detailed post](https://blog.emberjs.com/the-road-to-ember-
3434

3535
## [Introducing the a11y-disabled-modifier Modifier 💚](https://discord.com/channels/480462759797063690/480499624663056390/842592654696382474)
3636

37+
<!--alex disable invalid-->
3738
Inspired by the [CSSTricks](https://css-tricks.com/) blog post on [Making Disabled Buttons More Inclusive](https://css-tricks.com/making-disabled-buttons-more-inclusive/), [Chris Krycho (@chriskrycho)](https://github.com/chriskrycho/) created the [a11y-disabled-modifier](https://github.com/chriskrycho/a11y-disabled-modifier) addon.
3839

3940
The blog post argues against the `disabled` attribute in `<button>` in favor of the `aria-disabled` attribute since it does not prevent clicking and focusing on the button which is useful when you are navigating the site using the Tab key.

0 commit comments

Comments
 (0)