aboutsummaryrefslogtreecommitdiff
path: root/scripts/code_style.py
AgeCommit message (Expand)AuthorFilesLines
26 hoursAdapt code_style.pyRonald Cron1-2/+3
2024-06-06Remove multi-type variableDavid Horstmann1-2/+1
2024-06-06Allow code_style.py to work from a git hookDavid Horstmann1-3/+22
2024-05-02Extend C code style check to framework filesRonald Cron1-4/+25
2024-03-18Minor relaxation to auto-gen regexDave Rodgman1-1/+1
2024-03-18line length fixDave Rodgman1-1/+2
2024-03-18Check file content to see if it looks auto-generatedDave Rodgman1-1/+8
2023-11-02update headersDave Rodgman1-13/+1
2023-07-27whitespace fixDave Rodgman1-1/+1
2023-07-27pylint tidy-upDave Rodgman1-2/+2
2023-07-27Make code_style.py -s default to -s=developmentDave Rodgman1-2/+3
2023-07-27Make code_style.py -s more preciseDave Rodgman1-5/+9
2023-06-25Handle deleted files correctlyGilles Peskine1-14/+11
2023-06-22Add --since option to check files modified since a given commitGilles Peskine1-9/+24
2023-06-22Clean up subprocess invocation in get_src_filesGilles Peskine1-18/+16
2023-02-15Fix CI failurePengyu Lv1-1/+1
2023-02-15Only check files known to gitPengyu Lv1-9/+13
2023-02-14Improve readabilityPengyu Lv1-4/+4
2023-02-10adjust help messagePengyu Lv1-2/+3
2023-02-10print skipped file names to stdoutPengyu Lv1-5/+2
2023-02-08code_style.py: Add helpers to print warning and skipped filesPengyu Lv1-0/+14
2023-02-08code_style.py: Apply exclusions to the file listPengyu Lv1-12/+9
2023-01-25Remove unnecessary '\' linebreak charactersDavid Horstmann1-9/+10
2023-01-24Don't wrap stdout and stderr in UTF-8 wrapperDavid Horstmann1-13/+8
2023-01-24Output diff without capturing itDavid Horstmann1-6/+7
2023-01-24Add basic output on successDavid Horstmann1-0/+2
2023-01-24Remove overly verbose output on successDavid Horstmann1-2/+0
2023-01-24Change print to print_err for an error messageDavid Horstmann1-1/+1
2023-01-24Document that the script must be run from the rootDavid Horstmann1-0/+2
2023-01-24Remove provisional notice on code style scriptDavid Horstmann1-4/+0
2023-01-19Merge pull request #6834 from gilles-peskine-arm/code-style-filesGilles Peskine1-7/+21
2023-01-12Fix example commandGilles Peskine1-2/+2
2023-01-05Fix pylint warnings about comparison to TrueDavid Horstmann1-2/+2
2023-01-05Fix incorrect typing of function in code_style.pyDavid Horstmann1-1/+2
2023-01-04Check Uncrustify returncode in code_style.pyDavid Horstmann1-5/+16
2022-12-23Documentation improvementsGilles Peskine1-7/+9
2022-12-22Support restyling only the specified filesGilles Peskine1-4/+16
2022-12-19Don't touch the style of generated filesGilles Peskine1-5/+32
2022-12-08Reindent line continuations for pylintDavid Horstmann1-3/+3
2022-12-08Fixup: Config file name in code style scriptDavid Horstmann1-1/+1
2022-12-08Add spaces around '+'David Horstmann1-5/+5
2022-12-08Explain that the script is only for the futureDavid Horstmann1-0/+4
2022-12-08Use constant for supported Uncrustify versionDavid Horstmann1-3/+5
2022-12-08Fix typo in code style scriptDavid Horstmann1-1/+1
2022-12-08Use helper function for error printingDavid Horstmann1-6/+6
2022-12-08Miscellaneous improvements to code style scriptDavid Horstmann1-5/+4
2022-12-06Add script to run UncrustifyDavid Horstmann1-0/+153