#
codequality
Here are 54 public repositories matching this topic...
septs
commented
Feb 8, 2022
Hi, EditorConfig Checker Workgroup:
I hope add .ecrc file json schema definition to SchemaStore registry
provide the configuration file code suggestion for IDE or editor.
A little command-line tool to integrate the awesome IntelliJ IDEA code inspections in your continuous integration (CI) process using Jenkins, Bamboo, et. al.
-
Updated
Jul 19, 2021 - Groovy
A tool to verify that your files are in harmony with your .editorconfig
-
Updated
Mar 5, 2022 - TypeScript
A tool to verify that your files are in harmony with your .editorconfig
php
composer
linting
clean-code
editorconfig
code-quality
editorconfig-checker
hacktoberfest
codequality
-
Updated
Mar 5, 2022 - PHP
ESLint plugin to parse and lint BrightScript files
lint
eslint
eslint-plugin
linter
vscode
linter-plugin
roku
brightscript
roku-development
codequality
screengraph
-
Updated
Feb 13, 2022 - TypeScript
"Awesome javascript in one line of code" - A collection of utilities and helpers following the principle: Keep it as simple as possible in one line of code. See: https://dev.to/martinkr/series/15146
-
Updated
Jan 19, 2022 - JavaScript
An Intellij IDE plugin which uses Code Climate CLI to analyze your source code on local machine and display code smells/duplications right in your IDE
-
Updated
Jan 7, 2022 - Kotlin
-
Updated
Jul 2, 2021 - PowerShell
GitHub Action SonarCloud/SonarQube scanner for .NET 6, .NET 5, and .NET Core applications with pull request decoration support
analysis
dotnet
sonarqube
pull-request
dotnet-core
sonarscanner
sonarcloud
codequality
github-actions
-
Updated
Jan 5, 2022 - Shell
record-hacks is a Java library that will help you track "creative solutions" in your code.
-
Updated
Aug 22, 2019 - Java
Breaks the build if the quality gate of the project is red
-
Updated
Oct 3, 2021 - Java
A list of antonyms commonly used in programming
-
Updated
Aug 9, 2018
Runs the psf/black formatter to check/format your python code.
python
docker
formatter
continuous-integration
black
codequality
github-actions
github-actions-docker
gh-action
-
Updated
Feb 18, 2022 - Shell
Pytest plugin to fail a test if it leaves modified `os.environ` afterwards.
-
Updated
Mar 2, 2022 - Python
Run black with Reviewdog 🐶
docker
formatter
black
codequality
github-actions
reviewdog
github-actions-docker
gh-action
reviewdog-action
-
Updated
Mar 2, 2022 - Shell
Output your PHP CodeSniffer report as a GitLab Code Quality report
-
Updated
Jun 13, 2020 - PHP
Sonar Plugin for Objective C
-
Updated
Aug 25, 2018 - Java
GitHub phpinsights action. This workflow check the PHP files for the wanted coding standards and security issues.
github
php
security
workflow
marketplace
php7
insights
codechecker
codereview
workflows
hacktoberfest
php8
codequality
marketplace-released
github-actions
github-action
phpinsights
-
Updated
Mar 2, 2022 - TypeScript
An example on how to combine bats, kcov, Circle CI and Code Climate
bash
unit-testing
devops
coverage
circleci
continuous-integration
test-automation
codeclimate
codequality
-
Updated
Aug 17, 2021 - Shell
A platform to track and visualize testing code coverage during your entire development cycle.
-
Updated
Feb 10, 2019 - JavaScript
Hygieia Collector for Sonar versions 5.x to 8.x
-
Updated
Dec 27, 2021 - Java
-
Updated
Mar 2, 2022 - Python
GitHub PHP_CodeSniffer action. This workflow check the PHP, CSS and Javascript files for the wanted coding standards.
github
javascript
css
php
workflow
marketplace
php7
codesniffer
codechecker
codereview
workflows
hacktoberfest
php8
phpcodesniffer
codequality
marketplace-released
github-actions
-
Updated
Mar 2, 2022 - TypeScript
CodeImprover - Is a set of tools for measuring and documenting code quality now and over time. Instant feedback on every commit and pull request
-
Updated
Apr 16, 2021
Test-Driven Development with Django, Django REST Framework, Code Coverage, Code Quality, and Docker
testing
docker
dockerfile
django
gitlab
pipeline
tdd
ci
cd
docker-compose
docker-image
django-rest-framework
django-application
pytest
release
codecov
entrypoint
automated-testing
djangorestframework
codequality
-
Updated
Jan 2, 2021 - Python
Meta-linter complementing super-linter and mega-linter
-
Updated
Feb 27, 2022 - Shell
Assess code quality metrics of a GitHub Java Repo
-
Updated
May 9, 2019 - Python
-
Updated
Apr 16, 2021
Hygieia Collector for Jenkins codequality
-
Updated
Jun 1, 2021 - Java
Improve this page
Add a description, image, and links to the codequality topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the codequality topic, visit your repo's landing page and select "manage topics."
Is there a how-to guide to write my own tool? I want to do some conditional stripping/modifying (e.g. insert a Python script into a cell) for a Kaggle notebook. I've been playing around for an hour and I've sort-of-got a tool working, but I can't get
nbqato pass in anything I can read. In my codesys.argvhas the original Notebook filename and if I rewrite that,nbqathrows an exception.k