Skip to content

Commit

Permalink
changing .net find package methodology
Browse files Browse the repository at this point in the history
  • Loading branch information
scbedd authored and chidozieononiwu committed Apr 4, 2019
1 parent 8a902ad commit 99576fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions packages/python-packages/doc-warden/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,7 @@ When should we expect a readme to be present?
#### .Net

A package directory is indicated by:
* a `*.csproj` file
* Project file does not end with `tests.csproj`
* a `*.sln` file under the `sdk` directory

#### Python

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def check_js_readmes(configuration):

# return all missing readmes for a .NET repostory
def check_net_readmes(configuration):
expected_readmes, omitted_readmes = get_file_sets(configuration, '*.csproj', is_net_csproj_package)
expected_readmes, omitted_readmes = get_file_sets(configuration, '*.sln', is_net_csproj_package)
missing_expected_readme_locations = []

for expected_location in expected_readmes:
Expand Down

0 comments on commit 99576fb

Please sign in to comment.