Skip to content

Commit

Permalink
deleted obsolete files from prospector
Browse files Browse the repository at this point in the history
  • Loading branch information
noah80 committed Mar 15, 2023
1 parent 9a3619e commit ab5a42f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codequality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
- name: Lint with prospector
working-directory: ./
run: |
prospector setup.py
prospector examples/basic_household.py
prospector examples/basic_household_only_heating.py
prospector examples/basic_household_with_new_hp_hds_hws_and_pv.py
Expand Down Expand Up @@ -87,12 +88,10 @@ jobs:
prospector hisim/postprocessing/postprocessing_main.py
prospector hisim/postprocessing/reportgenerator.py
prospector hisim/postprocessing/system_chart.py
prospector obsolete/building_controller.py
prospector tests/functions_for_testing.py
prospector tests/test_advanced_battery_bslib.py
prospector tests/test_building.py
prospector tests/test_building_heating_demand.py
prospector tests/test_building_manual_calculation_thermal_conductances.py
prospector tests/test_building_scalability_with_factor.py
prospector tests/test_building_theoretical_thermal_demand.py
prospector tests/test_examples_basic_household.py
Expand All @@ -109,6 +108,7 @@ jobs:
# # pylint hisim/simulator.py --rcfile=hisim_pylint_config.rc
# # flake8 hisim/simulator.py --max-line-length 150
# # pycodestyle hisim/simulator.py --max-line-length 150
Expand Down

0 comments on commit ab5a42f

Please sign in to comment.