cegekaJG

Results 33 comments of cegekaJG

I'd like to reopen this subject as a lack of standardized cleanup procedures has become more and more of an issue for our team. First of all, it's important to...

Can I get some feedback? If you have an questions regarding pre-commits, I'll answer them to the best of my abilities.

Ideally, I want to always clean up files before they are committed, but I also want a way to tell what changes the cleanup made. As for why I would...

Using this command gets me this: ``` total 1936 lrwxrwxrwx 1 root root 12 May 9 18:39 [ -> /bin/busybox lrwxrwxrwx 1 root root 12 May 9 18:39 [[ ->...

Alright, this time I tried it with and without manually building the image before running it. For reference, this is the run command: ```bat docker run --rm -it ^ --privileged...

Unfortunately, I am using the latest version - v4.20.0.

I did notice that my Dockerfile was different, so I cloned the repo again and built the image again. The error on `docker run` is still the same, however. For...

I'd like to +1 this feature request. Our fork of a public repository is for internal use only, so I don't want to push something upstream, ever. Still, since this...

Both of them are correct - the paths are relative to the config files respectively, and `.github/AL-Go-settings.json` is located in a subfolder in the repository root. I can tell because...

I've tried it both on `v12.6.936426` (which is the latest version according to the VS Code Extension and `v14.0.956192 (pre-release)`. In both cases, the violation was ignored, both during analysis...