Skip to content

Commit

Permalink
chore: update pylint config
Browse files Browse the repository at this point in the history
  • Loading branch information
idipanshu committed Aug 7, 2023
1 parent 36a022f commit e4ff40e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
branches:
- main
- feat/glue-examples-and-cd
- feat/glue-job-examples
jobs:
deploy:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ max-line-length=150
max-module-lines=300

[SIMILARITIES]
min-similarity-lines=6
min-similarity-lines=4

0 comments on commit e4ff40e

Please sign in to comment.