Skip to content

Commit

Permalink
Ignoring '.readthedocs.yml' in scripts/check_files_compliance.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kzangeli committed Oct 19, 2023
1 parent 16c52bd commit ddc83d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/check_files_compliance.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ def ignore(root, file):
return True

# Particular cases of files that are also ignored
files_names = ['.gitignore', '.valgrindrc', '.valgrindSuppressions', 'LICENSE',
files_names = ['.gitignore', '.valgrindrc', '.valgrindSuppressions', 'LICENSE', '.readthedocs.yml',
'ContributionPolicy.txt', 'CHANGES_NEXT_RELEASE', 'compileInfo.h',
'unittests_that_fail_sporadically.txt', 'Vagrantfile', 'contextBroker.ubuntu', 'orionld.ubuntu',
'mkdocs.yml', 'fiware-ngsiv2-reference.errata', 'ServiceRoutines.txt', '.travis.yml',
Expand Down

0 comments on commit ddc83d6

Please sign in to comment.