We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94a39fa commit 4eb71c4Copy full SHA for 4eb71c4
tests/test_repofiles.py
@@ -7,7 +7,7 @@
7
8
class RepoFiles(unittest.TestCase):
9
FILES = [
10
- ['./Docker', './docker/Docker'],
+ ['./Dockerfile', './docker/Dockerfile'],
11
['./docker-compose.yml', './docker/docker-compose.yml'],
12
['./.env_sample'],
13
['./.gitignore'],
@@ -17,7 +17,7 @@ class RepoFiles(unittest.TestCase):
17
['./CODE_OF_CONDUCT.md'],
18
['./CONTRIBUTING.md'],
19
['./.github/ISSUE_TEMPLATE'],
20
- ['./LICENSE.md'],
+ ['./LICENSE.md', './LICENSE.txt'],
21
['./.github/PULL_REQUEST_TEMPLATE'],
22
['./README.md'],
23
['./TROUBLESHOOTING.md'],
0 commit comments