Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Sweep Rules] Fix inconsistent indentation and spacing in 'docs' list #2384

Merged
merged 1 commit into from
Oct 29, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions sweep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ blocked_dirs: []
# docs:
# - PyGitHub: ["https://pygithub.readthedocs.io/en/latest/", "We use pygithub to interact with the GitHub API"]
docs:
- Squiggle: ["https://www.squiggle-language.com/docs", "Our main language. This comes from this repo, but is used in many parts of it."
- Squiggle: ["https://www.squiggle-language.com/docs", "Our main language. This comes from this repo, but is used in many parts of it."]
- Codemirror: ["https://codemirror.net/docs/", "We use codemirror in /packages/components, for our editor"]
- d3: ["https://d3js.org/getting-started", "We use d3 for components, for charts and diagrams."
- d3: ["https://d3js.org/getting-started", "We use d3 for components, for charts and diagrams."]
- React: ["https://legacy.reactjs.org/docs/getting-started.html", "We use React for all frontend stuff"]
- Pathos: ["https://pathos.readthedocs.io/en/latest/pathos.html", "Used in /components/hub for our GraphQL Server"]

Expand Down
Loading