Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A GitHub Action to run a cpplint command when new code is pushed into your repo

License

NotificationsYou must be signed in to change notification settings

cpplint/GitHub-Action-for-cpplint

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Each time that new code is pushed into your repo, you can have acpplint command automatically run.

Example workflow:

  • Put the following text into a file named.github/main.workflow in your repo):
workflow"on push" {on="push"resolves=["GitHub Action for cpplint"]}action"GitHub Action for cpplint" {uses="cclauss/GitHub-Action-for-cpplint@master"args="cpplint --recursive ."}

Or to add other cpplint options toargs = above.

Syntax: cpplint.py [--verbose=#] [--output=emacs|eclipse|vs7|junit]                   [--filter=-x,+y,...]                   [--counting=total|toplevel|detailed] [--repository=path]                   [--root=subdir] [--linelength=digits] [--recursive]                   [--exclude=path]                   [--headers=ext1,ext2]                   [--extensions=hpp,cpp,...]        <file> [file] ...

About

A GitHub Action to run a cpplint command when new code is pushed into your repo

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors4

  •  
  •  
  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp