Skip to content

Commit

Permalink
Merge branch 'main' into jfegcvgehydkshgfljj
Browse files Browse the repository at this point in the history
  • Loading branch information
cgrail authored Jan 3, 2025
2 parents 4ca374a + 5ce7fe7 commit 33013f5
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions conferences/2025/general.json
Original file line number Diff line number Diff line change
Expand Up @@ -535,6 +535,19 @@
"cocUrl": "https://leaddev.com/code-conduct",
"twitter": "@TheLeadDev"
},
{
"name": "LeadingEng New York",
"url": "https://leaddev.com/leadingeng-new-york",
"startDate": "2025-10-17",
"endDate": "2025-10-17",
"city": "New York, NY",
"country": "U.S.A.",
"online": false,
"locales": "EN",
"offersSignLanguageOrCC": true,
"cocUrl": "https://leaddev.com/code-conduct",
"twitter": "@TheLeadDev"
},
{
"name": "droidcon London",
"url": "https://london.droidcon.com",
Expand All @@ -546,5 +559,18 @@
"locales": "EN",
"cocUrl": "https://london.droidcon.com/code-of-conduct/",
"twitter": "@droidconLondon"
},
{
"name": "LeadDev Berlin",
"url": "https://leaddev.com/leaddev-berlin",
"startDate": "2025-11-03",
"endDate": "2025-11-04",
"city": "Berlin",
"country": "Germany",
"online": true,
"locales": "EN",
"offersSignLanguageOrCC": true,
"cocUrl": "https://leaddev.com/code-conduct",
"twitter": "@TheLeadDev"
}
]
2 changes: 1 addition & 1 deletion scripts/utils/checkConference.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const maxDurationInDays: number = 10;
const twitterRegex: RegExp = /@\w([\w\.]){1,15}$/;
const httpRegex: RegExp = /^http(s?):\/\//;
const httpNoQuestionmarkRegex: RegExp = /\?/;
const urlShortener: RegExp = /(\/bit\.ly)|(\/t\.co)/;
const urlShortener: RegExp = /(bit\.ly)|(\/t\.co)|(shorturl)/;
const usaStateRegex: RegExp = /, ([A-Z][A-Z])|(D.C.)$/;
const emptyStringRegex: RegExp = /^\s+$|^$/gi;
const onlineRegex: RegExp = /online|remote|everywhere|world|web|global|virtual|www|http/i;
Expand Down

0 comments on commit 33013f5

Please sign in to comment.