Skip to content

Commit

Permalink
languagetool: disabled specific rules
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusz-bloch committed Aug 9, 2023
1 parent 42c1aa9 commit 709000c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,4 @@ jobs:
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review
disabled_rules: "ENGLISH_WORD_REPEAT_RULE,RB_RB_COMMA[3],REP_PASSIVE_VOICE[6]"
15 changes: 15 additions & 0 deletions test.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Test File

`ldiv_t ldiv(long numer, long denom);`

`lldiv_t lldiv(long long numer, long long denom);`

`ldiv_t ldiv(long numer, long denom);`

`lldiv_t lldiv(long long numer, long long denom);`

When process is forked the memory space of child process is created based on memory space of parent process.
All memory segments (map entries) of parent and child processes are marked as read-only and needs-copy flag is set.
Amaps are initially shared between segments (map entries) of child and parent process, but the number of references to
each shared amap is set to minimum two. The writable pages belonging to shared entries are mapped in MMU as read only.

0 comments on commit 709000c

Please sign in to comment.