linter-glsl icon indicating copy to clipboard operation
linter-glsl copied to clipboard

Atom package that lints GLSL shaders on the fly.

Results 25 linter-glsl issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | |---|---| | hosted-git-info | [`2.7.1` -> `2.8.9`](https://renovatebot.com/diffs/npm/hosted-git-info/2.7.1/2.8.9) | ### GitHub Vulnerability Alerts #### [CVE-2021-23362](https://nvd.nist.gov/vuln/detail/CVE-2021-23362) The npm package...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | |---|---| | js-yaml | [`3.13.0` -> `3.13.1`](https://renovatebot.com/diffs/npm/js-yaml/3.13.0/3.13.1) | ### GitHub Vulnerability Alerts #### [GHSA-8j8c-7jfh-h6hx](https://togithub.com/nodeca/js-yaml/pull/480) Versions of `js-yaml`...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | |---|---| | eslint-utils | [`1.3.1` -> `1.4.1`](https://renovatebot.com/diffs/npm/eslint-utils/1.3.1/1.4.1) | ### GitHub Vulnerability Alerts #### [CVE-2019-15657](https://togithub.com/mysticatea/eslint-utils/security/advisories/GHSA-3gx7-xhv7-5mx3) Versions of `eslint-utils`...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | |---|---| | ajv | [`6.10.0` -> `6.12.3`](https://renovatebot.com/diffs/npm/ajv/6.10.0/6.12.3) | ### GitHub Vulnerability Alerts #### [CVE-2020-15366](https://nvd.nist.gov/vuln/detail/CVE-2020-15366) An issue was...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | |---|---| | acorn | [`6.1.1` -> `6.4.1`](https://renovatebot.com/diffs/npm/acorn/6.1.1/6.4.1) | ### GitHub Vulnerability Alerts #### [GHSA-6chw-6frg-f759](https://togithub.com/acornjs/acorn/issues/929) Affected versions of...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint-config-airbnb-base](https://togithub.com/airbnb/javascript) | [`13.1.0` -> `13.2.0`](https://renovatebot.com/diffs/npm/eslint-config-airbnb-base/13.1.0/13.2.0) | [![age](https://badges.renovateapi.com/packages/npm/eslint-config-airbnb-base/13.2.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [atom-message-panel](https://togithub.com/tcarlsen/atom-message-panel) | [`1.3.0` -> `1.3.1`](https://renovatebot.com/diffs/npm/atom-message-panel/1.3.0/1.3.1) | [![age](https://badges.renovateapi.com/packages/npm/atom-message-panel/1.3.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

I have a shader file with the file extension `.glsl`, because there are helper functions in there that we use in various places. There are two issues: 1. glsl-linter (or...

from the atom lint setup page: " there is now official MacOS release has made consistent testing across the three main platforms hard. Currently glslangValidator master is used for the...

To ease the modification/contribution to publish pipeline there has been some discussion of adopting a continuous deployment system for AtomLinter packages. To accomplish this we are making use of [`semantic-release`](https://github.com/semantic-release/semantic-release)...