Skip to content

Commit

Permalink
Organize some imports for cleanliness
Browse files Browse the repository at this point in the history
  • Loading branch information
fbartho committed Feb 3, 2021
1 parent 2da8007 commit 6a0e668
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@
"autogenerated",
"bdotdub",
"bitbucket",
"bitrise",
"buildkite",
"caffodian",
"codefresh",
"codemagic",
"codeship",
"commit's",
"dangerfile",
Expand Down
4 changes: 2 additions & 2 deletions source/ci_source/providers/index.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
import { AppCenter } from "./AppCenter"
import { Bamboo } from "./Bamboo"
import { BitbucketPipelines } from "./BitbucketPipelines"
import { Bitrise } from "./Bitrise"
import { BuddyBuild } from "./BuddyBuild"
import { BuddyWorks } from "./BuddyWorks"
import { Buildkite } from "./Buildkite"
import { Circle } from "./Circle"
import { Cirrus } from "./Cirrus"
import { CodeBuild } from "./CodeBuild"
import { Codefresh } from "./Codefresh"
import { Codeship } from "./Codeship"
Expand All @@ -23,8 +25,6 @@ import { Surf } from "./Surf"
import { TeamCity } from "./TeamCity"
import { Travis } from "./Travis"
import { VSTS } from "./VSTS"
import { BitbucketPipelines } from "./BitbucketPipelines"
import { Cirrus } from "./Cirrus"

const providers = [
FakeCI,
Expand Down

0 comments on commit 6a0e668

Please sign in to comment.