Vojtech Mašek
Vojtech Mašek
https://docs.google.com/document/d/13a8MllJcC0ynCiFDfC7y9wi16KHwZ_P9X0zl0wMkWFs/edit?usp=sharing
- [ ] Add MDN and brief description what it is good for - [ ] Add `Array.prototype.{{method}}` link with a mention about immutability and why are these methods important...
template for the issue that will be added to each project so people initializing project would know which steps should always be done to correctly initialize project
update global reset style and add typography
**User story** > As a user, > I want to have an integrated Python static analysis plugin, > so that I can automatically check my Python code for errors, coding...
[staticcheck.io](https://staticcheck.io/docs/checks/) provides a set of categorized rules for `go vet` command which serves as runner for static analysis. `go lint` as is was deprecated.
Create the logging interface for the CLI - [ ] log the progress - [ ] gracefully handle the errors - [x] print the warnings #459 - [x] end with...
Issue to specify what we want to introduce as improvements to custom score calculations: - threshold - above certain point score is 100 - below certain point there is no...
Placeholder issue WIP (feel free to enrich) > As a user, > I want a plugin that allows me to track violations of TypeScript (TS) compiler options that I specified...
closes #771 closes #776 - [x] ✅ `nx run-many -t build` - [x] ✅ `nx run-many -t lint` - [x] ✅ `nx run-many -t unit-test` - [ ] ❌ `nx...