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

Some checks not triggered #3

Open
nijel opened this issue Dec 9, 2019 · 0 comments · May be fixed by #4
Open

Some checks not triggered #3

nijel opened this issue Dec 9, 2019 · 0 comments · May be fixed by #4

Comments

@nijel
Copy link

nijel commented Dec 9, 2019

I've tried to use this action, but it seems to ignore some errors:

./setup.py:76:9: BLK100 Black would make changes.
./wlc/__init__.py:25:1: I003 isort expected 1 blank line in imports, found 0
./wlc/__init__.py:26:1: I001 isort found an import in the wrong position
[
  {
    path: 'wlc/__init__.py',
    start_line: 25,
    end_line: 25,
    start_column: 1,
    end_column: 1,
    annotation_level: 'failure',
    message: '[I003] isort expected 1 blank line in imports'
  },
  {
    path: 'wlc/__init__.py',
    start_line: 26,
    end_line: 26,
    start_column: 1,
    end_column: 1,
    annotation_level: 'failure',
    message: '[I001] isort found an import in the wrong position'
  }
]

As you can see, the error from black is not reported. Is it something in my configuration?

@nijel nijel linked a pull request Dec 9, 2019 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant