Skip to content

Commit

Permalink
Linter Test 10
Browse files Browse the repository at this point in the history
  • Loading branch information
onurulgen committed Feb 12, 2024
1 parent 0ff180e commit cfa8ec5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/code_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

# Max characters per comment - 65536
# Make some room for HTML tags and error message
MAX_CHAR_COUNT_REACHED = "!Maximum character count per GitHub comment has been reached!" " Not all warnings/errors has been parsed!"
MAX_CHAR_COUNT_REACHED = "!Maximum character count per GitHub comment has been reached! Not all warnings/errors has been parsed!"
COMMENT_MAX_SIZE = 65000
CURRENT_COMMENT_LENGTH = 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}
run: |
cppcheck -j4 --enable=warning --project=build/compile_commands.json --output-file=analysis.txt
python3 ${{ github.workspace }}/.github/code_analysis.py -cc analysis.txt
python3 ${{ github.workspace }}/.github/code_analysis.py -cc analysis.txt -o false -fk false
2 changes: 1 addition & 1 deletion niftyreg_build_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
432
433

0 comments on commit cfa8ec5

Please sign in to comment.