Skip to content

Commit

Permalink
doc: awesome-lint: remove mentiosn of awesome-selfhosted from log mes…
Browse files Browse the repository at this point in the history
…sages

- since this module may be used by other lists (e.g. awesome-sysadmin)
  • Loading branch information
nodiscc committed Nov 30, 2023
1 parent 9275310 commit 0f96f6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hecat/processors/awesome_lint.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,8 @@ def check_boolean_attributes(software, errors):
log_exception(message, errors, severity=logging.error)

def awesome_lint(step):
"""check all software entries against awesome-selfhosted formatting guidelines"""
logging.info('checking software entries/tags against awesome-selfhosted formatting guidelines.')
"""check all software entries against formatting guidelines"""
logging.info('checking software entries/tags against formatting guidelines.')
software_list = load_yaml_data(step['module_options']['source_directory'] + '/software')
if 'last_updated_info_days' not in step['module_options']:
step['module_options']['last_updated_info_days'] = 186
Expand Down

0 comments on commit 0f96f6a

Please sign in to comment.