Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up- Warsaw, PL
Pinned
2,135 contributions in the last year
Activity overview
Contribution activity
June 2020
Created a pull request in denoland/deno that received 3 comments
- update README
- v0.1.10
- v0.1.9
- fix: use Loc.col instead of Loc.col_display
- Update readme
- fix recommended set of rules
- Make syntax configurable
- v0.1.8
- Add no-unused-ignore rule
- feat: add deno-lint-file-ignore directive
- [WIP] Lint ignore directives
- v0.1.7
- remove binary target, add dlint example
- v0.1.6
- v0.1.5
- v0.1.4
- v0.1.3
- fix: no-empty rule
- cli: print list of available rules in --help
- fix: line reference formatting in diagnostic
- chore: upgrade swc
- refactor: add deny clause
- v0.1.2
- ci: try to fix ci cache again
- ci: add build step, use release, fix config
- Some pull requests not shown.
- fix(cache): apply redirection limit for cached files
- fix(compiler): JSX compilation and provide better error message
- v1.1.0
- feat(lint): add --rules flag
- docs(lint): add entry in manual
- update: deno lint to v0.1.10
- feat(lint): use default globs, upgrade to v0.1.9
- upgrade: deno_lint v0.1.8
- fix: handle @deno-types in export {}
- fix: unexpected skip of emit in TS compiler and double compilation of dynamic imports
- feat: "deno lint" subcommand
- [WIP] deno lint
- v1.0.4
- Fix DENO_DIR docs
- fix(compiler): JSX compilation and provide better error message
- fix(std/io): Use Deno.test in writers_test
- Revert "feat: add Deno.osName() (#5714)"
- doc: fix inspect example with correct InspectOptions
- Updated command to fix typo
- Fix broken truncate permission tests
- test: add std_lint test
- URL support for Deno filesystem methods
- Fix udp BorrowMutError
- Update debugger.md
- Fix prettier formatting
- fix: Fix emitter.removeAllListeners accidentally clear all listeners
- feat(cli/js/testing): Add TestDefinition::only
- BREAKING: fix(Worker): Disable relative module specifiers
- feat(cli/io): add toReader & toWriter
- IPv6 hostname in URL support
- Fix links in the architecture page from the manual
- feat(doc): display all overloads in cli details view
- fix(http/server): flaky test on Windows
- test: fixed initial `[WILDCARD]` not matching empty the on first line
- fix(cli/web/fetch): multipart/form-data request body support for binary files
- WebSocket Protocol and Version support
- Remove catch-all from readFrom and readFromSync methods on Buffer
- fix(std/http): Prevent crash on UnexpectedEof and InvalidData
- Some pull request reviews not shown.
- fix getter-return rule
- Scripts for formatting and linting
- Feat: add no-non-null-assertion rule
- Fix no ex assign
- add no-inferrable-types rule
- add prefer-as-const rule
- Fix no-empty for contructors (#151)
- Fix README and recommended_rules about no-this-before-super
- Add no-this-before-super rule
- add no_regex_spaces rule
- Make visitors private
- Only recommended rules
- add ban-ts-comment rule
- add no-this-alias rule
- Add no-misused-new rule
- add triple-slash-reference rule
- add no-empty-pattern rule
- add prefer-namespace-keyword rule
- fix no-empty-function rule
- Fix no empty character class
- Fix octal with regex
- NO_COLOR support
- Fix deno_lint --version
- Kebab case everything
- fix octal rule about 0 number
- Some pull request reviews not shown.
Created an issue in denoland/deno_lint that received 4 comments
typescript-eslint recommended rules
Tracking issues for recommended rules of typescript-eslint https://github.com/typescript-eslint/typescript-eslint/blob/v3.1.0/packages/eslint-plugi…
•
4
comments
- Finish scope analysis
- Add descriptions and examples to each lint rule
- False negatives in no-explicit-any
- Remove "no-sparse-array" from recommended rule list
- Buggy rules
- Add Deno scripts for formatting and linting Rust code
- Add deno-lint-ignore-file directive
- Ignore directives should be linted
- remove bin target and move it to examples
- no-empty rule broken
- no-empty-character-class rule broken
- no-octal rule broken
- Handle NO_COLOR env variable
- ci: clippy should fail on warnings
- Publish to crates.io and release binaries
- Lint rule code - camelCase or kebab-case
- Integration with Deno CLI
- Add CLI parser
- Refactor testing setup
- Parallelize "deno lint"
- Update manual with entry for linter
- Lint std/ with "deno lint"
- Prettier doesn't format all files
- CI logs are unreadable because of fmt --diff
- refactor: Split code paths for compilation and bundling in compiler.ts
- "serveTLS Invalid Cert" test is flaky
- refactor: cli/doc/ should be a separate crate