Skip to content

Commit

Permalink
🔨(ci) fix pylint ignore todos
Browse files Browse the repository at this point in the history
As the branch names have changed, the CI job needs to be updated as
well.
  • Loading branch information
kernicPanel authored and jbpenrath committed Oct 9, 2024
1 parent 62b9e75 commit 8972afd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,14 +161,14 @@ jobs:
- when:
condition:
not:
matches: { pattern: "^develop.+$", value: << pipeline.git.branch >> }
matches: { pattern: "^dev_/.+$", value: << pipeline.git.branch >> }
steps:
- run:
name: Lint code with pylint
command: ~/.local/bin/pylint joanie
- when:
condition:
matches: { pattern: "^develop.+$", value: << pipeline.git.branch >> }
matches: { pattern: "^dev_/.+$", value: << pipeline.git.branch >> }
steps:
- run:
name: Lint code with pylint, ignoring TODOs
Expand Down

0 comments on commit 8972afd

Please sign in to comment.