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

Delete empty files that have been floating around with no future plans #9878

Merged
merged 2 commits into from
Apr 10, 2024

Conversation

QMalcolm
Copy link
Contributor

@QMalcolm QMalcolm commented Apr 8, 2024

resolves N/A

Problem

We've had some empty files just floating around with no purpose

Solution

Delete the empty files

Checklist

  • I have read the contributing guide and understand what's expected of me
  • I have run this code in development and it appears to resolve the stated issue
  • This PR includes tests, or tests are not required/relevant for this PR
  • This PR has no interface changes (e.g. macros, cli, logs, json artifacts, config files, adapter interface, etc) or this PR has already received feedback and approval from Product or DX
  • This PR includes type annotations for new and modified functions

QMalcolm added 2 commits April 8, 2024 12:40
Over a year ago in [#7008](https://github.com/dbt-labs/dbt-core/pull/7008/files#diff-c10753a61a1d8f973ec3206206d72b3c5200e41673ab2c6b256f333103eadb8f)
the tests in `test_compiler.py` got moved into other testing files. Since
then this file has been sitting around empty. It is probably a reasonable
time to say goodbye to it.
The file `searcher.py` was added, as an empty file, four years ago in
[#2312](https://github.com/dbt-labs/dbt-core/pull/2312/files#diff-c8e9e62cf63356f44fe1a2b0272b239d7a650c57911477ed4549b15ee3de16fa).
Since then it has never been touched or added to. I'm not sure of the
initial purpose of the file as it never contained anything and I have not
found any documentation in reference to it. It's safe to say, it can go
away.
@QMalcolm QMalcolm added Skip Changelog Skips GHA to check for changelog file tidy_first "Tidy First" incremental cleanup changes labels Apr 8, 2024
@QMalcolm QMalcolm requested a review from a team as a code owner April 8, 2024 19:49
@cla-bot cla-bot bot added the cla:yes label Apr 8, 2024
Copy link

codecov bot commented Apr 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.07%. Comparing base (02d7727) to head (053c236).
Report is 11 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #9878      +/-   ##
==========================================
- Coverage   88.12%   88.07%   -0.05%     
==========================================
  Files         178      178              
  Lines       22458    22456       -2     
==========================================
- Hits        19790    19779      -11     
- Misses       2668     2677       +9     
Flag Coverage Δ
integration 85.44% <ø> (-0.14%) ⬇️
unit 61.89% <ø> (+0.11%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@QMalcolm QMalcolm merged commit d03292e into main Apr 10, 2024
76 checks passed
@QMalcolm QMalcolm deleted the qmalcolm--tidy-delete-empty-files branch April 10, 2024 06:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla:yes Skip Changelog Skips GHA to check for changelog file tidy_first "Tidy First" incremental cleanup changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants