Skip to content

Commit

Permalink
* added check filename exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
benedeki committed Jun 24, 2024
1 parent b0c2f68 commit 11c8d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_filenames_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ jobs:
name-patterns: '*UnitTests.*,*IntegrationTests.*'
paths: '**/src/test/scala/**'
report-format: 'console'
excludes: ''
excludes: 'slick/src/test/scala/za/co/absa/fadb/slick/Actor.scala,slick/src/test/scala/za/co/absa/fadb/slick/ActorSlickConverter.scala,slick/src/test/scala/za/co/absa/fadb/slick/SlickTest.scala,doobie/src/test/scala/za/co/absa/fadb/doobie/DoobieTest.scala'
verbose-logging: 'false'
fail-on-violation: 'true'

0 comments on commit 11c8d83

Please sign in to comment.