Adjust linter rule... (#8860)

* chdir before using git

* fix rubocop complaint

* adjust lint rule

* expand logic of path env.d check

* bump
This commit is contained in:
Satadru Pramanik, DO, MPH, MEng
2023-10-31 22:16:27 -04:00
committed by GitHub
parent 1cbe12f2a9
commit 2f578f414c
4 changed files with 15 additions and 6 deletions

View File

@@ -66,6 +66,9 @@ Metrics/ParameterLists:
Layout/LineContinuationLeadingSpace:
Enabled: false
Lint/ConstantDefinitionInBlock:
Enabled: false
Lint/EmptyBlock:
Enabled: false