Skip to content

Commit

Permalink
PR review
Browse files Browse the repository at this point in the history
  • Loading branch information
mPokornyETM committed May 4, 2023
1 parent 80708c3 commit 7360413
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
assert.isCheater,Check if is the file $location overloaded.
assert.isCheater,Check if file $location is overloaded.
reason.isCheater,It is not allowed to overwrite WinCCOA-license check files: $file.name
filesList,Files
assert.isOverloaded,Check if is the file $location overloaded.
assert.isOverloaded,Check if file $location is overloaded.
reason.isOverloaded,The file '$file.name' is overloaded from '$file.isOverloadedFrom'.
assert.isOverloadedAllowed,Check if is the file $location overloaded (allowed overloads).
assert.isOverloadedAllowed,Check if file $location is overloaded (allowed overloads).
reason.isOverloadedAllowed,The file '$file.name' is overloaded from '$file.isOverloadedFrom'. -> It's allowed
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
assert.isCheater,Check if is the file $location overloaded.
assert.isCheater,Check if file $location is overloaded.
reason.isCheater,It is not allowed to overwrite WinCCOA-license check files: $file.name
filesList,Files
assert.isOverloaded,Check if is the file $location overloaded.
assert.isOverloaded,Check if file $location is overloaded.
reason.isOverloaded,The file '$file.name' is overloaded from '$file.isOverloadedFrom'.
assert.isOverloadedAllowed,Check if is the file $location overloaded (allowed overloads).
assert.isOverloadedAllowed,Check if file $location is overloaded (allowed overloads).
reason.isOverloadedAllowed,The file '$file.name' is overloaded from '$file.isOverloadedFrom'. -> It's allowed

0 comments on commit 7360413

Please sign in to comment.