summaryrefslogtreecommitdiffstats
path: root/.codeclimate.yml
AgeCommit message (Collapse)Author
2022-05-03Remove node.d.plugin and relevant files (#12769)Suraj Neupane
* Remove node.d.plugin and relevant files * fix build packages * remove node.d related words/phrases from docs and tests
2021-09-27Clean up YAML files in the repository. (#11570)Austin S. Hemmelgarn
* Assorted yamllint config updates. * Extended line length limit to 150. This is still a reasonable limit but cuts down on warnings a bit. * Added explicit ignore directives for external repo paths. This makes using yamllint locally nicer. * Enabled the rule to require null values to be explicit. This rule helps prevent accidental bogus mapping problems resulting from implicit null values combined with incorrect indentation. This only results in new errors in a couple of GHA workflows, which will be fixed in the next commit. * Fix all yamllint warnings in yaml file sin the repo. Most are indentation or spurious empty lines. * Fix invalid null value.
2018-10-15modularized all source code (#4391)Costa Tsaousis
* modularized all external plugins * added README.md in plugins * fixed title * fixed typo * relative link to external plugins * external plugins configuration README * added plugins link * remove plugins link * plugin names are links * added links to external plugins * removed unecessary spacing * list to table * added language * fixed typo * list to table on internal plugins * added more documentation to internal plugins * moved python, node, and bash code and configs into the external plugins * added statsd README * fix bug with corrupting config.h every 2nd compilation * moved all config files together with their code * more documentation * diskspace info * fixed broken links in apps.plugin * added backends docs * updated plugins readme * move nc-backend.sh to backends * created daemon directory * moved all code outside src/ * fixed readme identation * renamed plugins.d.plugin to plugins.d * updated readme * removed linux- from linux plugins * updated readme * updated readme * updated readme * updated readme * updated readme * updated readme * fixed README.md links * fixed netdata tree links * updated codacy, codeclimate and lgtm excluded paths * update CMakeLists.txt * updated automake options at top directory * libnetdata slit into directories * updated READMEs * updated READMEs * updated ARL docs * updated ARL docs * moved /plugins to /collectors * moved all external plugins outside plugins.d * updated codacy, codeclimate, lgtm * updated README * updated url * updated readme * updated readme * updated readme * updated readme * moved api and web into webserver * web/api web/gui web/server * modularized webserver * removed web/gui/version.txt
2018-09-08make clearer what hooks arepaulfantom
2017-11-30relaxed codeclimate thresholdsCosta Tsaousis (ktsaou)
2017-11-25updated codeclimate settingsCosta Tsaousis (ktsaou)
2017-11-25updated codeclimate settingsCosta Tsaousis (ktsaou)
2017-11-25disabled complexityCosta Tsaousis (ktsaou)
2017-11-25updated codeclimate configCosta Tsaousis (ktsaou)
2017-11-25updated codeclimate config to v2Costa Tsaousis (ktsaou)
2017-08-27added asn-ber.js to codeclimate excludesCosta Tsaousis (ktsaou)
2017-07-21urllib3 directory added to the codeclimate excluded pathsIlya
2017-02-05properly disable no-undef-init checks on clodeclimate - they improve code ↵Costa Tsaousis (ktsaou)
clarity
2017-02-05disable no-undef-init checks on clodeclimate - they improve code clarityCosta Tsaousis (ktsaou)
2017-02-05disable codeclimate identical code checks - this thing matches single ↵Costa Tsaousis (ktsaou)
statements...
2017-01-07improvements suggested by codeclimateCosta Tsaousis (ktsaou)
2017-01-07changes suggested by codeclimateCosta Tsaousis (ktsaou)
2017-01-07add/update codeclimate config filesCosta Tsaousis (ktsaou)
2017-01-06added codeclimate coverageCosta Tsaousis (ktsaou)