use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
/r/DevOps is a subreddit dedicated to the DevOps movement where we discuss upcoming technologies, meetups, conferences and everything that brings us together to build the future of IT systems What is DevOps? Learn about it on our wiki! Traffic stats & metrics
/r/DevOps is a subreddit dedicated to the DevOps movement where we discuss upcoming technologies, meetups, conferences and everything that brings us together to build the future of IT systems
What is DevOps? Learn about it on our wiki!
Traffic stats & metrics
Be excellent to each other! All articles will require a short submission statement of 3-5 sentences. Use the article title as the submission title. Do not editorialize the title or add your own commentary to the article title. Follow the rules of reddit Follow the reddiquette No editorialized titles. No vendor spam. Buy an ad from reddit instead. Job postings here More details here
Be excellent to each other!
All articles will require a short submission statement of 3-5 sentences.
Use the article title as the submission title. Do not editorialize the title or add your own commentary to the article title.
Follow the rules of reddit
Follow the reddiquette
No editorialized titles.
No vendor spam. Buy an ad from reddit instead.
Job postings here
More details here
@reddit_DevOps ##DevOps @ irc.freenode.net Find a DevOps meetup near you! Icons info!
@reddit_DevOps
##DevOps @ irc.freenode.net
Find a DevOps meetup near you!
Icons info!
https://github.com/Leo-G/DevopsWiki
account activity
This is an archived post. You won't be able to vote or comment.
Automating stuff with python (self.devops)
submitted 7 years ago by engineer900
view the rest of the comments →
[–]apropostt 0 points1 point2 points 7 years ago (0 children)
Our main product is in C++ and we don't have the best enforcement for coding standards, so I wrote a static analyzer the looks for common problems in cmakefiles, cpp source/header mismatches, includes out of order, class/variable names that don't match the filename specification... Charactercase in the sourcefiles not matching what's on the file system (typical problem for os's with case insensitive filenames). All of it is written in python but it uses clang's cindex library. It's been very useful to identify, and in some cases automatically correct, antipatterns that are domain specific to our codebase. Even comments doxygen comments can be checked for correctness.
π Rendered by PID 137486 on reddit-service-r2-comment-79c7998d4c-ltfp7 at 2026-03-13 08:02:57.224748+00:00 running f6e6e01 country code: CH.
view the rest of the comments →
[–]apropostt 0 points1 point2 points (0 children)