Skip to content

Commit

Permalink
fix: increase default allowed number of changes
Browse files Browse the repository at this point in the history
  • Loading branch information
adelkahomolova committed Jan 16, 2020
1 parent 8bf531c commit c3e4ef4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import { Paginated } from '../../inspectors';
dependsOn: { practicing: ['LanguageIndependent.DoesPullRequests'] },
})
export class ThinPullRequestsPractice implements IPractice {
private readonly measurePullRequestCount = 500; // update suggestion text when changed
private readonly measurePullRequestCount = 1000; // update suggestion text when changed

async isApplicable(): Promise<boolean> {
return true;
Expand Down

0 comments on commit c3e4ef4

Please sign in to comment.