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

cross-repo linting #220

Open
josh-chamberlain opened this issue Jun 24, 2024 · 0 comments
Open

cross-repo linting #220

josh-chamberlain opened this issue Jun 24, 2024 · 0 comments

Comments

@josh-chamberlain
Copy link
Contributor

josh-chamberlain commented Jun 24, 2024

Context

We have a lot of repos and should probably lint them in similar ways.

  • We see a lot of warnings and suggestions for formatting, which don't affect our ability to merge non-working code...we could have the linter make the commits for us
    • pre-commit linting on push
    • other considerations for this? times we should avoid it?

Requirements

  • use something like super-linter supports ESLint and flake8
    • we could set up one config in this repo, and reference it in other repos
# example

name: Lint

on: [push, pull_request]

jobs:
  lint:
    uses: meta/.github/workflows/linter.yml@main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Needs Discussion
Development

No branches or pull requests

1 participant